A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
gatewayData — Property, class com.esri.tracking.connector.events.GatewayDataEvent
The gateway data received.
GatewayData — class, package com.esri.tracking.connector
GatewayDataEvent — class, package com.esri.tracking.connector.events
Represents event objects dispatched when gateway monitoring data is received.
GatewayDataEvent(type:String, gatewayData:com.esri.tracking.connector:GatewayData, succeeded:Boolean, errorMessage:String) — Constructor, class com.esri.tracking.connector.events.GatewayDataEvent
The constructor.
gatewayDataReceived — Event, class com.esri.tracking.connector.Connector
Dispatched when gateway monitoring data is received.
GATEWAY_DATA_RECEIVED — Constant Static Property, class com.esri.tracking.connector.events.GatewayDataEvent
Defines the value of the type property of an gatewayDataReceived event.
GatewayStatisticsType — final class, package com.esri.tracking.connector.enums
This class contains constants to use for Gateway statistics property types.
generalError — Event, class com.esri.tracking.connector.Connector
Dispatched when a general error occurs.
GENERAL_ERROR — Constant Static Property, class com.esri.tracking.connector.events.GeneralErrorEvent
Defines the value of the type property of an generalError event.
GeneralErrorEvent — class, package com.esri.tracking.connector.events
Represents event objects dispatched when an internal error occurs.
GeneralErrorEvent(type:String, errorMessage:String) — Constructor, class com.esri.tracking.connector.events.GeneralErrorEvent
The constructor.
geometryType — Property, class com.esri.tracking.connector.MessageField
The geometry type if the field is a shape field.
GeometryType — final class, package com.esri.tracking.connector.enums
This class contains constants for the geometryType property of the MessageField class.
getActionListAsync() — method, class com.esri.tracking.connector.Connector
Sends a request to the Tracking Server for available actions.
getAttribute(name:String) — method, class com.esri.tracking.connector.AuxiliaryData
Returns the value of the given attribute in this record.
getAttribute(name:String) — method, class com.esri.tracking.connector.Observation
Returns the value of the given attribute in this observation.
getAuxiliaryDataAsync(serviceName:String) — method, class com.esri.tracking.connector.Connector
Sends a request to the Tracking Server for the auxiliary data of a complex service.
getEndTimestamp() — method, class com.esri.tracking.connector.Observation
Returns the end Timestamp for this observation.
getGatewayStatisticsAsync(array:Array) — method, class com.esri.tracking.connector.Connector
getGeometry() — method, class com.esri.tracking.connector.AuxiliaryData
Returns the geometry for this record as a TmsGeometry type.
getGeometry() — method, class com.esri.tracking.connector.Observation
Returns the geometry for this observation as a TmsGeometry type.
getMessageDefinition(name:String, type:com.esri.tracking.connector.enums:MessageDefinitionType) — method, class com.esri.tracking.connector.MessageFormatManager
Returns the Message Definition by matching the provided name and type.
getMessageDefinitionByGuid(guid:String) — method, class com.esri.tracking.connector.MessageFormatManager
Returns the Message Definition by matching the provided GUID.
getServiceDefinitionsAsync() — method, class com.esri.tracking.connector.Connector
Sends a request to the Tracking Server for service definitions available to the current user.
getServiceName() — method, class com.esri.tracking.connector.AuxiliaryData
Returns the Service name for this record.
getServiceName() — method, class com.esri.tracking.connector.Observation
Returns the Service name for this observation.
getServiceNames() — method, class com.esri.tracking.connector.Connector
Gets most recent list of services available.
getServiceProperties(serviceName:String) — method, class com.esri.tracking.connector.GatewayData
The collection of service properties.
getStartTimestamp() — method, class com.esri.tracking.connector.Observation
Returns the start Timestamp for this observation.
getSubscribedServiceNames() — method, class com.esri.tracking.connector.Connector
Gets the list of subscribed services.
getSymbolFromIDAsync(symbolId:String, imgSize:int, isMOLESymbol:Boolean) — method, class com.esri.tracking.connector.Connector
Sends a request to the Tracking Server for a symbol.
getSymbolFromXMLAsync(xmlRequest:String, isMOLESymbol:Boolean) — method, class com.esri.tracking.connector.Connector
Sends a request to the Tracking Server for a symbol.
getTrackID() — method, class com.esri.tracking.connector.AuxiliaryData
Returns the Track ID for this record.
getTrackID() — method, class com.esri.tracking.connector.Observation
Returns the Track ID for this observation.
getTrackingService(name:String) — method, class com.esri.tracking.connector.MessageFormatManager
Returns the Service by matching the provided name.
getTrackingServiceNames() — method, class com.esri.tracking.connector.MessageFormatManager
Returns an Array of all the service names.
getUnsubscribedServiceNames() — method, class com.esri.tracking.connector.Connector
Gets the list of unsubscribed services.
gml — Property, class com.esri.tracking.connector.geometry.GmlPolygon
The GML representing the Polygon.
gml — Property, class com.esri.tracking.connector.geometry.TmsPoint
The GML representing the Point.
gml — Property, class com.esri.tracking.connector.geometry.TmsPolygon
The GML representing the Polygon.
gml — Property, class com.esri.tracking.connector.geometry.TmsPolyline
The GML representing the Polyline.
GmlPolygon — class, package com.esri.tracking.connector.geometry
Represents a GML Polygon.
GmlPolygon(gml:String) — Constructor, class com.esri.tracking.connector.geometry.GmlPolygon
The constructor.
gmlPolygons — Property, class com.esri.tracking.connector.geometry.TmsPolygon
An array of GML Polygons making up this Polygon (MultiPolygon).
guid — Property, class com.esri.tracking.connector.MessageDefinition
The GUID of the Message Definition.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z