Package | com.esri.tracking.connector |
Class | public class AuxiliaryData |
Inheritance | AuxiliaryData ![]() |
Property | Defined By | ||
---|---|---|---|
messageDefinition : MessageDefinition [read-only]
The message definition associated with this Auxiliary Data. | AuxiliaryData |
Method | Defined 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 | ||
getServiceName():String
Returns the Service name for this record. | AuxiliaryData | ||
getTrackID():String
Returns the Track ID for this record. | AuxiliaryData |
messageDefinition | property |
messageDefinition:MessageDefinition
[read-only] The message definition associated with this Auxiliary Data. You may use this to get the schema of the message.
public function get messageDefinition():MessageDefinition
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.
|
Object —
|
getGeometry | () | method |
public function getGeometry():TmsGeometry
Returns the geometry for this record as a TmsGeometry type.
ReturnsTmsGeometry —
|
See also
getServiceName | () | method |
public function getServiceName():String
Returns the Service name for this record.
ReturnsString —
|
getTrackID | () | method |
public function getTrackID():String
Returns the Track ID for this record.
ReturnsString —
|