| Package | com.esri.bao.tasks.geofence |
| Class | public class GeofenceInfoOutput |
| Inheritance | GeofenceInfoOutput Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| mapImage : MapImage [read-only]
MapImage returned by a GeofenceInfo task. | GeofenceInfoOutput | ||
| recordSet : FeatureSet [read-only]
Feature record set returned by a GeofenceInfo task. | GeofenceInfoOutput | ||
| stdGeographiesFeatures : Array [read-only]
Array of feature IDs and names returned by a GeofenceInfo task. | GeofenceInfoOutput | ||
| Method | Defined By | ||
|---|---|---|---|
GeofenceInfoOutput(recordSet:FeatureSet, mapImage:MapImage, stdGeographiesFeatures:Array)
Creates a new instance of the GeofenceInfoOutput class. | GeofenceInfoOutput | ||
| mapImage | property |
mapImage:MapImage [read-only] MapImage returned by a GeofenceInfo task.
public function get mapImage():MapImageSee also
| recordSet | property |
recordSet:FeatureSet [read-only] Feature record set returned by a GeofenceInfo task.
public function get recordSet():FeatureSetSee also
| stdGeographiesFeatures | property |
stdGeographiesFeatures:Array [read-only] Array of feature IDs and names returned by a GeofenceInfo task. This array contains items of the IDNamePair type. If no matching features were found by the query criteria or all of the features were rejected by the geofence constraints, the array will be null.
public function get stdGeographiesFeatures():ArraySee also
| GeofenceInfoOutput | () | Constructor |
public function GeofenceInfoOutput(recordSet:FeatureSet, mapImage:MapImage, stdGeographiesFeatures:Array)Creates a new instance of the GeofenceInfoOutput class.
ParametersrecordSet:FeatureSet — Feature record set.
| |
mapImage:MapImage — Map image.
| |
stdGeographiesFeatures:Array — Array of IDNamePair items.
|
See also