Packagecom.esri.tracking.connector
Classpublic class Service
InheritanceService Inheritance Object

Represents a Tracking Service. Instances are created internally. The constructor should not be used.



Public Properties
 PropertyDefined By
  auxiliaryDataMessageDefinition : MessageDefinition
[read-only] The Auxiliary Data Message Definition.
Service
  endTimestampFieldName : String
[read-only] The end timestamp field name.
Service
  fieldNames : Array
[read-only] An array of all the field names from one (simple service) or both (complex service) Message Definitions associated with this service.
Service
  name : String
[read-only] The name of the service.
Service
  observationMessageDefinition : MessageDefinition
[read-only] The Observation Message Definition.
Service
  shapeFieldName : String
[read-only] The shape field name.
Service
  startTimestampFieldName : String
[read-only] The start timestamp field name.
Service
  trackIDFieldName : String
[read-only] The track ID field name.
Service
  type : ServiceType
[read-only] The service type.
Service
Property Detail
auxiliaryDataMessageDefinitionproperty
auxiliaryDataMessageDefinition:MessageDefinition  [read-only]

The Auxiliary Data Message Definition. Used when working with complex services.


Implementation
    public function get auxiliaryDataMessageDefinition():MessageDefinition
endTimestampFieldNameproperty 
endTimestampFieldName:String  [read-only]

The end timestamp field name.


Implementation
    public function get endTimestampFieldName():String
fieldNamesproperty 
fieldNames:Array  [read-only]

An array of all the field names from one (simple service) or both (complex service) Message Definitions associated with this service.


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

The name of the service.


Implementation
    public function get name():String
observationMessageDefinitionproperty 
observationMessageDefinition:MessageDefinition  [read-only]

The Observation Message Definition.


Implementation
    public function get observationMessageDefinition():MessageDefinition
shapeFieldNameproperty 
shapeFieldName:String  [read-only]

The shape field name.


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

The start timestamp field name.


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

The track ID field name.


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

The service type.


Implementation
    public function get type():ServiceType