Packagecom.esri.tracking.connector
Classpublic class AuxiliaryData
InheritanceAuxiliaryData Inheritance Object

Provides access to Auxiliary Data returned from Tracking Server. Instances are created internally. The constructor should not be used.



Public Properties
 PropertyDefined By
  messageDefinition : MessageDefinition
[read-only] The message definition associated with this Auxiliary Data.
AuxiliaryData
Public Methods
 MethodDefined By
  
getAttribute(name:String):Object
Returns the value of the given attribute in this record.
AuxiliaryData
  
Returns the geometry for this record as a TmsGeometry type.
AuxiliaryData
  
Returns the Service name for this record.
AuxiliaryData
  
getTrackID():String
Returns the Track ID for this record.
AuxiliaryData
Property Detail
messageDefinitionproperty
messageDefinition:MessageDefinition  [read-only]

The message definition associated with this Auxiliary Data. You may use this to get the schema of the message.


Implementation
    public function get messageDefinition():MessageDefinition
Method Detail
getAttribute()method
public function getAttribute(name:String):Object

Returns the value of the given attribute in this record.

Parameters

name:String — Name of the attribute.

Returns
Object
getGeometry()method 
public function getGeometry():TmsGeometry

Returns the geometry for this record as a TmsGeometry type.

Returns
TmsGeometry

See also

getServiceName()method 
public function getServiceName():String

Returns the Service name for this record.

Returns
String
getTrackID()method 
public function getTrackID():String

Returns the Track ID for this record.

Returns
String