com.esri.tracking.connector
Class DataMessage

java.lang.Object
  extended by com.esri.tracking.connector.DataMessage

public class DataMessage
extends java.lang.Object


Method Summary
 java.lang.Object getAttribute(java.lang.String name)
          Returns the value of the given attribute in this record.
 TmsGeometry getGeometry()
          Returns the geometry for this record as a TmsGeometry type.
 MessageDefinition getMessageDefinition()
          The message definition associated with this Auxiliary Data.
 java.lang.String getServiceName()
          Returns the Service name for this record.
 java.lang.String getTrackID()
          Returns the Track ID for this record.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttribute

public java.lang.Object getAttribute(java.lang.String name)
Returns the value of the given attribute in this record.

Parameters:
name -
Returns:
Object

getGeometry

public TmsGeometry getGeometry()
Returns the geometry for this record as a TmsGeometry type.

Returns:
TmsGeometry

getMessageDefinition

public MessageDefinition getMessageDefinition()
The message definition associated with this Auxiliary Data. You may use this to get the schema of the message.

Returns:
messageDefinition

getServiceName

public java.lang.String getServiceName()
Returns the Service name for this record.

Returns:
serviceName

getTrackID

public java.lang.String getTrackID()
Returns the Track ID for this record.

Returns:
trackID