Packagecom.esri.bacore
Classpublic final class OutputTypes
InheritanceOutputTypes Inheritance Object

The OutputTypes class specifies output options used in executing a Community Analyst Task providing multiple output results.

See also

BATaskParameters


Public Properties
 PropertyDefined By
  getFeatureClass : Boolean
A value indicating whether to output a feature class.
OutputTypes
  getMapImage : Boolean
A value indicating whether to output a map image.
OutputTypes
  getReport : Boolean
A value indicating whether to output a report or a collection of reports.
OutputTypes
Public Methods
 MethodDefined By
  
Creates a new instance of the OutputTypes class.
OutputTypes
Property Detail
getFeatureClassproperty
getFeatureClass:Boolean

A value indicating whether to output a feature class.


Implementation
    public function get getFeatureClass():Boolean
    public function set getFeatureClass(value:Boolean):void
getMapImageproperty 
getMapImage:Boolean

A value indicating whether to output a map image.


Implementation
    public function get getMapImage():Boolean
    public function set getMapImage(value:Boolean):void
getReportproperty 
getReport:Boolean

A value indicating whether to output a report or a collection of reports.


Implementation
    public function get getReport():Boolean
    public function set getReport(value:Boolean):void
Constructor Detail
OutputTypes()Constructor
public function OutputTypes()

Creates a new instance of the OutputTypes class.