| Package | com.esri.bacore |
| Class | public final class OutputTypes |
| Inheritance | OutputTypes Object |
See also
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance of the OutputTypes class. | OutputTypes | ||
| getFeatureClass | property |
getFeatureClass:BooleanA value indicating whether to output a feature class.
public function get getFeatureClass():Boolean public function set getFeatureClass(value:Boolean):void| getMapImage | property |
getMapImage:BooleanA value indicating whether to output a map image.
public function get getMapImage():Boolean public function set getMapImage(value:Boolean):void| getReport | property |
getReport:BooleanA value indicating whether to output a report or a collection of reports.
public function get getReport():Boolean public function set getReport(value:Boolean):void| OutputTypes | () | Constructor |
public function OutputTypes()Creates a new instance of the OutputTypes class.