| Package | com.esri.ags.tasks.supportClasses |
| Class | public class IdentifyResult |
| Inheritance | IdentifyResult flash.events.EventDispatcher |
See also
| Property | Defined 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 | ||
| displayFieldName | property |
displayFieldName:StringThe 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.
public function get displayFieldName():String public function set displayFieldName(value:String):void| feature | property |
feature:GraphicAn identified feature.
This property can be used as the source for data binding.
public function get feature():Graphic public function set feature(value:Graphic):void| layerId | property |
layerId:NumberUnique ID of the layer that contains the feature.
This property can be used as the source for data binding.
public function get layerId():Number public function set layerId(value:Number):void| layerName | property |
layerName:StringThe layer name that contains the feature.
This property can be used as the source for data binding.
public function get layerName():String public function set layerName(value:String):void| value | property |
value:StringThe value of the Identify result.
This property can be used as the source for data binding.
public function get value():String public function set value(value:String):void