Packagecom.esri.ags.tasks.supportClasses
Classpublic class IdentifyResult
InheritanceIdentifyResult Inheritance flash.events.EventDispatcher

The result from an IdentifyTask.

See also

com.esri.ags.tasks.IdentifyTask
Live Sample - Identify features.


Public Properties
 PropertyDefined By
  displayFieldName : String
The name of the layer's primary display field.
IdentifyResult
  feature : Graphic
An identified feature.
IdentifyResult
  layerId : Number
Unique ID of the layer that contains the feature.
IdentifyResult
  layerName : String
The layer name that contains the feature.
IdentifyResult
  value : String
The value of the Identify result.
IdentifyResult
Property Detail
displayFieldNameproperty
displayFieldName:String

The name of the layer's primary display field. The value of this property matches the name of one of the fields of the feature.

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


Implementation
    public function get displayFieldName():String
    public function set displayFieldName(value:String):void
featureproperty 
feature:Graphic

An identified feature.

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


Implementation
    public function get feature():Graphic
    public function set feature(value:Graphic):void
layerIdproperty 
layerId:Number

Unique ID of the layer that contains the feature.

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


Implementation
    public function get layerId():Number
    public function set layerId(value:Number):void
layerNameproperty 
layerName:String

The layer name that contains the feature.

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


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

The value of the Identify result.

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


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