Packagecom.esri.bao.tasks.geofence
Classpublic final class GeofenceInfoOutput

The GeofenceInfoOutput class specifies results returned by a Geofence Info task. An instance of this class contains an array of StdGeographyFeature type items. Additionally, it can contain a feature record set and an output map image data.

See also

GeofenceInfoTask


Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Creates a new instance of the GeofenceInfoOutput class.
GeofenceInfoOutput
Property detail
mapImageproperty
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

recordSetproperty 
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

stdGeographiesFeaturesproperty 
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

Constructor detail
GeofenceInfoOutput()constructor
public function GeofenceInfoOutput()

Creates a new instance of the GeofenceInfoOutput class.