Packagecom.esri.ags.tasks.supportClasses
Classpublic class ImageServiceIdentifyResult
InheritanceImageServiceIdentifyResult Inheritance flash.events.EventDispatcher

The result from an ImageServiceIdentifyTask.

See also

com.esri.ags.tasks.ImageServiceIdentifyTask


Public Properties
 PropertyDefined By
  catalogItems : FeatureSet
CatalogItems are returned only when the image service source is a mosaic dataset.
ImageServiceIdentifyResult
  catalogItemVisibilities : Array
CatalogItemVisibilities are returned only when the image service source is a mosaic dataset.
ImageServiceIdentifyResult
  location : MapPoint
The identified location.
ImageServiceIdentifyResult
  name : String
ImageServiceIdentifyResult
  objectId : Number
ImageServiceIdentifyResult
  properties : Object
The properties (attributes) of the identified object.
ImageServiceIdentifyResult
  value : String
ImageServiceIdentifyResult
Property Detail
catalogItemsproperty
catalogItems:FeatureSet

CatalogItems are returned only when the image service source is a mosaic dataset.

This property can be used as the source for data binding.


Implementation
    public function get catalogItems():FeatureSet
    public function set catalogItems(value:FeatureSet):void
catalogItemVisibilitiesproperty 
catalogItemVisibilities:Array

CatalogItemVisibilities are returned only when the image service source is a mosaic dataset.

This property can be used as the source for data binding.


Implementation
    public function get catalogItemVisibilities():Array
    public function set catalogItemVisibilities(value:Array):void
locationproperty 
location:MapPoint

The identified location.

This property can be used as the source for data binding.


Implementation
    public function get location():MapPoint
    public function set location(value:MapPoint):void
nameproperty 
name:String

This property can be used as the source for data binding.


Implementation
    public function get name():String
    public function set name(value:String):void
objectIdproperty 
objectId:Number

This property can be used as the source for data binding.


Implementation
    public function get objectId():Number
    public function set objectId(value:Number):void
propertiesproperty 
properties:Object

The properties (attributes) of the identified object. (Returned only when the image service source is a mosaic dataset.)

This property can be used as the source for data binding.


Implementation
    public function get properties():Object
    public function set properties(value:Object):void
valueproperty 
value:String

This property can be used as the source for data binding.


Implementation
    public function get value():String
    public function set value(value:String):void