Package | com.esri.tracking.connector.events |
Class | public class SetAOIEvent |
Inheritance | SetAOIEvent ![]() |
Property | Defined By | ||
---|---|---|---|
aoiType : SetAOIType [read-only]
The Area of Interset type. | SetAOIEvent | ||
aoiXML : String [read-only]
The Area of Interset in XML format. | SetAOIEvent | ||
errorMessage : String [read-only]
The error message from a failed request. | SetAOIEvent | ||
service : String [read-only]
The service name. | SetAOIEvent | ||
succeeded : Boolean [read-only]
Indicates whether the request was successful or not. | SetAOIEvent |
Method | Defined By | ||
---|---|---|---|
SetAOIEvent(type:String, succeeded:Boolean, service:String, aoiXML:String, aoiType:SetAOIType, errorMessage:String = null)
The constructor. | SetAOIEvent |
Constant | Defined By | ||
---|---|---|---|
AOI_RESPONSE : String = aoiResponse [static]
Defines the value of the type property of an setAOIResponse
event. | SetAOIEvent |
aoiType | property |
aoiType:SetAOIType
[read-only] The Area of Interset type.
public function get aoiType():SetAOIType
aoiXML | property |
aoiXML:String
[read-only] The Area of Interset in XML format.
public function get aoiXML():String
errorMessage | property |
errorMessage:String
[read-only] The error message from a failed request.
public function get errorMessage():String
service | property |
service:String
[read-only] The service name.
public function get service():String
succeeded | property |
succeeded:Boolean
[read-only] Indicates whether the request was successful or not.
public function get succeeded():Boolean
SetAOIEvent | () | Constructor |
public function SetAOIEvent(type:String, succeeded:Boolean, service:String, aoiXML:String, aoiType:SetAOIType, errorMessage:String = null)
The constructor.
Parameterstype:String — The type of event.
| |
succeeded:Boolean — Indicates success or failure.
| |
service:String — Service name.
| |
aoiXML:String — Area of Interset in XML format.
| |
aoiType:SetAOIType — Area of Interset Type
| |
errorMessage:String (default = null ) — Error message from a failed request.
|
AOI_RESPONSE | Constant |
public static const AOI_RESPONSE:String = aoiResponse
Defines the value of the type
property of an setAOIResponse
event.