Package | com.esri.bao.tasks.geofence |
Class | public final class GeofenceInfoOutput |
See also
Property | Defined by | ||
---|---|---|---|
mapImage : MapImage
MapImage returned by a GeofenceInfo task.
| GeofenceInfoOutput | ||
recordSet : FeatureSet
Feature record set returned by a GeofenceInfo task.
| GeofenceInfoOutput | ||
stdGeographiesFeatures : Array
Array of feature IDs and names returned by a GeofenceInfo task.
| GeofenceInfoOutput |
Method | Defined by | ||
---|---|---|---|
Creates a new instance of the GeofenceInfoOutput class.
| GeofenceInfoOutput |
mapImage | property |
mapImage:MapImage
[read-write]MapImage returned by a GeofenceInfo task.
Implementation public function get mapImage():MapImage
public function set mapImage(value:MapImage):void
See also
recordSet | property |
recordSet:FeatureSet
[read-write]Feature record set returned by a GeofenceInfo task.
Implementation public function get recordSet():FeatureSet
public function set recordSet(value:FeatureSet):void
See also
stdGeographiesFeatures | property |
stdGeographiesFeatures:Array
[read-write]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.
Implementation public function get stdGeographiesFeatures():Array
public function set stdGeographiesFeatures(value:Array):void
See also
GeofenceInfoOutput | () | constructor |
public function GeofenceInfoOutput()
Creates a new instance of the GeofenceInfoOutput class.