Package | com.esri.tracking.connector |
Class | public class MessageDefinition |
Inheritance | MessageDefinition ![]() |
Property | Defined By | ||
---|---|---|---|
_endTimestampFieldIndex : int | MessageDefinition | ||
endTimestampFieldIndex : int [read-only]
The end timestamp field index. | MessageDefinition | ||
endTimestampFieldName : String [read-only]
The end timestamp field name. | MessageDefinition | ||
fieldNameList : Array [read-only]
Returns an array of message definition field names. | MessageDefinition | ||
fields : Array [read-only]
Returns an array of message definition fields. | MessageDefinition | ||
guid : String [read-only]
The GUID of the Message Definition. | MessageDefinition | ||
metadata : String [read-only]
The metadata. | MessageDefinition | ||
name : String [read-only]
The name of the Message Definition. | MessageDefinition | ||
serviceName : String [read-only]
The service name associated with the Message Definition. | MessageDefinition | ||
shapeFieldIndex : int [read-only]
The shape field index. | MessageDefinition | ||
shapeFieldName : String [read-only]
The shape field name. | MessageDefinition | ||
spatialReference : String [read-only]
The spatial reference. | MessageDefinition | ||
_startTimestampFieldIndex : int | MessageDefinition | ||
startTimestampFieldIndex : int [read-only]
The start timestamp field index. | MessageDefinition | ||
startTimestampFieldName : String [read-only]
The timestamp field name. | MessageDefinition | ||
timezone : TimeZone [read-only]
The time zone. | MessageDefinition | ||
_trackIDFieldIndex : int | MessageDefinition | ||
trackIDFieldIndex : int [read-only]
The track ID field index. | MessageDefinition | ||
trackIDFieldName : String [read-only]
The track ID field name. | MessageDefinition | ||
type : MessageDefinitionType [read-only]
The Message Definition type. | MessageDefinition |
_endTimestampFieldIndex | property |
public var _endTimestampFieldIndex:int
_startTimestampFieldIndex | property |
public var _startTimestampFieldIndex:int
_trackIDFieldIndex | property |
public var _trackIDFieldIndex:int
endTimestampFieldIndex | property |
endTimestampFieldIndex:int
[read-only] The end timestamp field index.
public function get endTimestampFieldIndex():int
endTimestampFieldName | property |
endTimestampFieldName:String
[read-only] The end timestamp field name.
public function get endTimestampFieldName():String
fieldNameList | property |
fieldNameList:Array
[read-only] Returns an array of message definition field names.
public function get fieldNameList():Array
fields | property |
fields:Array
[read-only] Returns an array of message definition fields.
public function get fields():Array
guid | property |
guid:String
[read-only] The GUID of the Message Definition.
public function get guid():String
metadata | property |
metadata:String
[read-only] The metadata.
public function get metadata():String
name | property |
name:String
[read-only] The name of the Message Definition.
public function get name():String
serviceName | property |
serviceName:String
[read-only] The service name associated with the Message Definition.
public function get serviceName():String
shapeFieldIndex | property |
shapeFieldIndex:int
[read-only] The shape field index.
public function get shapeFieldIndex():int
shapeFieldName | property |
shapeFieldName:String
[read-only] The shape field name.
public function get shapeFieldName():String
spatialReference | property |
spatialReference:String
[read-only] The spatial reference.
public function get spatialReference():String
startTimestampFieldIndex | property |
startTimestampFieldIndex:int
[read-only] The start timestamp field index.
public function get startTimestampFieldIndex():int
startTimestampFieldName | property |
startTimestampFieldName:String
[read-only] The timestamp field name.
public function get startTimestampFieldName():String
timezone | property |
trackIDFieldIndex | property |
trackIDFieldIndex:int
[read-only] The track ID field index.
public function get trackIDFieldIndex():int
trackIDFieldName | property |
trackIDFieldName:String
[read-only] The track ID field name.
public function get trackIDFieldName():String
type | property |
type:MessageDefinitionType
[read-only] The Message Definition type.
public function get type():MessageDefinitionType