Packagecom.esri.tracking.connector
Classpublic class MessageDefinition
InheritanceMessageDefinition Inheritance Object

Represents a Message Definition. Instances are created internally. The constructor should not be used.



Public Properties
 PropertyDefined 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
Property Detail
_endTimestampFieldIndexproperty
public var _endTimestampFieldIndex:int

_startTimestampFieldIndexproperty 
public var _startTimestampFieldIndex:int

_trackIDFieldIndexproperty 
public var _trackIDFieldIndex:int

endTimestampFieldIndexproperty 
endTimestampFieldIndex:int  [read-only]

The end timestamp field index.


Implementation
    public function get endTimestampFieldIndex():int
endTimestampFieldNameproperty 
endTimestampFieldName:String  [read-only]

The end timestamp field name.


Implementation
    public function get endTimestampFieldName():String
fieldNameListproperty 
fieldNameList:Array  [read-only]

Returns an array of message definition field names.


Implementation
    public function get fieldNameList():Array
fieldsproperty 
fields:Array  [read-only]

Returns an array of message definition fields.


Implementation
    public function get fields():Array
guidproperty 
guid:String  [read-only]

The GUID of the Message Definition.


Implementation
    public function get guid():String
metadataproperty 
metadata:String  [read-only]

The metadata.


Implementation
    public function get metadata():String
nameproperty 
name:String  [read-only]

The name of the Message Definition.


Implementation
    public function get name():String
serviceNameproperty 
serviceName:String  [read-only]

The service name associated with the Message Definition.


Implementation
    public function get serviceName():String
shapeFieldIndexproperty 
shapeFieldIndex:int  [read-only]

The shape field index.


Implementation
    public function get shapeFieldIndex():int
shapeFieldNameproperty 
shapeFieldName:String  [read-only]

The shape field name.


Implementation
    public function get shapeFieldName():String
spatialReferenceproperty 
spatialReference:String  [read-only]

The spatial reference.


Implementation
    public function get spatialReference():String
startTimestampFieldIndexproperty 
startTimestampFieldIndex:int  [read-only]

The start timestamp field index.


Implementation
    public function get startTimestampFieldIndex():int
startTimestampFieldNameproperty 
startTimestampFieldName:String  [read-only]

The timestamp field name.


Implementation
    public function get startTimestampFieldName():String
timezoneproperty 
timezone:TimeZone  [read-only]

The time zone.


Implementation
    public function get timezone():TimeZone
trackIDFieldIndexproperty 
trackIDFieldIndex:int  [read-only]

The track ID field index.


Implementation
    public function get trackIDFieldIndex():int
trackIDFieldNameproperty 
trackIDFieldName:String  [read-only]

The track ID field name.


Implementation
    public function get trackIDFieldName():String
typeproperty 
type:MessageDefinitionType  [read-only]

The Message Definition type.


Implementation
    public function get type():MessageDefinitionType