Package | com.esri.tracking.connector |
Class | public class Service |
Inheritance | Service ![]() |
Property | Defined 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 |
auxiliaryDataMessageDefinition | property |
auxiliaryDataMessageDefinition:MessageDefinition
[read-only] The Auxiliary Data Message Definition. Used when working with complex services.
public function get auxiliaryDataMessageDefinition():MessageDefinition
endTimestampFieldName | property |
endTimestampFieldName:String
[read-only] The end timestamp field name.
public function get endTimestampFieldName():String
fieldNames | property |
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.
public function get fieldNames():Array
name | property |
name:String
[read-only] The name of the service.
public function get name():String
observationMessageDefinition | property |
observationMessageDefinition:MessageDefinition
[read-only] The Observation Message Definition.
public function get observationMessageDefinition():MessageDefinition
shapeFieldName | property |
shapeFieldName:String
[read-only] The shape field name.
public function get shapeFieldName():String
startTimestampFieldName | property |
startTimestampFieldName:String
[read-only] The start timestamp field name.
public function get startTimestampFieldName():String
trackIDFieldName | property |
trackIDFieldName:String
[read-only] The track ID field name.
public function get trackIDFieldName():String
type | property |
type:ServiceType
[read-only] The service type.
public function get type():ServiceType