| Package | com.esri.ags.tasks.supportClasses |
| Class | public class ImageServiceIdentifyResult |
| Inheritance | ImageServiceIdentifyResult flash.events.EventDispatcher |
See also
| Property | Defined 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 | ||
| catalogItems | property |
catalogItems:FeatureSetCatalogItems are returned only when the image service source is a mosaic dataset.
This property can be used as the source for data binding.
public function get catalogItems():FeatureSet public function set catalogItems(value:FeatureSet):void| catalogItemVisibilities | property |
catalogItemVisibilities:ArrayCatalogItemVisibilities are returned only when the image service source is a mosaic dataset.
This property can be used as the source for data binding.
public function get catalogItemVisibilities():Array public function set catalogItemVisibilities(value:Array):void| location | property |
location:MapPointThe identified location.
This property can be used as the source for data binding.
public function get location():MapPoint public function set location(value:MapPoint):void| name | property |
name:String
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| objectId | property |
objectId:Number
This property can be used as the source for data binding.
public function get objectId():Number public function set objectId(value:Number):void| properties | property |
properties:ObjectThe 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.
public function get properties():Object public function set properties(value:Object):void| value | property |
value:String
This property can be used as the source for data binding.
public function get value():String public function set value(value:String):void