Packagecom.esri.ags.events
Classpublic class ImageServiceIdentifyEvent
InheritanceImageServiceIdentifyEvent Inheritance flash.events.Event

Since : ArcGIS API for Flex 2.0

Represents event objects that are specific to ImageServiceIdentifyTask. Fires when the identify operation is complete.

See also

com.esri.ags.tasks.ImageServiceIdentifyTask


Public Properties
 PropertyDefined By
  identifyResult : ImageServiceIdentifyResult
The result from an ImageServiceIdentifyTask.
ImageServiceIdentifyEvent
Public Methods
 MethodDefined By
  
ImageServiceIdentifyEvent(type:String, identifyResult:ImageServiceIdentifyResult = null)
Creates a new ImageServiceIdentifyEvent.
ImageServiceIdentifyEvent
Public Constants
 ConstantDefined By
  EXECUTE_COMPLETE : String = executeComplete
[static] Defines the value of the type property of an executeComplete event object.
ImageServiceIdentifyEvent
Property Detail
identifyResultproperty
public var identifyResult:ImageServiceIdentifyResult

The result from an ImageServiceIdentifyTask. This property is set when the type is executeComplete.

See also

Constructor Detail
ImageServiceIdentifyEvent()Constructor
public function ImageServiceIdentifyEvent(type:String, identifyResult:ImageServiceIdentifyResult = null)

Creates a new ImageServiceIdentifyEvent.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
identifyResult:ImageServiceIdentifyResult (default = null) — The identifyResult associated with this event, or null.
Constant Detail
EXECUTE_COMPLETEConstant
public static const EXECUTE_COMPLETE:String = executeComplete

Defines the value of the type property of an executeComplete event object.