Package | com.esri.tracking.connector |
Class | public class Observation |
Inheritance | Observation ![]() |
Property | Defined By | ||
---|---|---|---|
messageDefinition : MessageDefinition [read-only]
The message definition associated with this Observation. | Observation |
Method | Defined By | ||
---|---|---|---|
getAttribute(name:String):Object
Returns the value of the given attribute in this observation. | Observation | ||
getEndTimestamp():Date
Returns the end Timestamp for this observation. | Observation | ||
Returns the geometry for this observation as a TmsGeometry type. | Observation | ||
getServiceName():String
Returns the Service name for this observation. | Observation | ||
getStartTimestamp():Date
Returns the start Timestamp for this observation. | Observation | ||
getTrackID():String
Returns the Track ID for this observation. | Observation |
messageDefinition | property |
messageDefinition:MessageDefinition
[read-only] The message definition associated with this Observation. 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 observation.
Parameters
name:String — Name of the attribute.
|
Object —
|
getEndTimestamp | () | method |
public function getEndTimestamp():Date
Returns the end Timestamp for this observation.
ReturnsDate —
|
getGeometry | () | method |
public function getGeometry():TmsGeometry
Returns the geometry for this observation as a TmsGeometry type.
ReturnsTmsGeometry —
|
See also
getServiceName | () | method |
public function getServiceName():String
Returns the Service name for this observation.
ReturnsString —
|
getStartTimestamp | () | method |
public function getStartTimestamp():Date
Returns the start Timestamp for this observation.
ReturnsDate —
|
getTrackID | () | method |
public function getTrackID():String
Returns the Track ID for this observation.
ReturnsString —
|