Provides access to the methods and properties for a connector object to connect to a Tracking Server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
Description | ||
---|---|---|
Connect | Creates connection to the server. | |
ConnectionName | Indicates the name of the connection to the server. | |
ConnectionString | Connection string value for the server connection. | |
DataSetDefinitionList | Lists the dataset definition information for the connection. | |
disableDataDefinition | Disables data definition for the server connection. | |
Disconnect | Disconnects connection from the server. | |
enableDataDefinition | Enables data definition for the server connection. | |
EnableDataFiltering | Indicates whether data filtering is enabled for the connection. | |
EnabledDataDefinitions | Indicates which data definitions are enabled. | |
getDataSetDefinition | Gets dataset definition information for the server connection. | |
getMessage | Retrieves a message from the server connection. | |
IsConnected | Indicates whether the server connection is connected. | |
LastConnectionErrorCode | Indicates the error code for the last connection to the server. | |
LastConnectionErrorMessage | Indicates the error message for the last connection to the server. | |
returnDataSetDefinition | Returns dataset definition information for the server connection. | |
sendCommand | Sends a command to the server connection. | |
sendMessage | Sends a message through the server connection path. | |
ServerName | Name for the server. | |
UserName | User's login name. |
CoClasses that implement IServerConnection
CoClasses and Classes | Description |
---|---|
InternetConnection | Manages an Internet server connection. |
ServerConnection | Manages connection to Tracking Server. |
TxGPSConnector (esriTrackingAnalystUI) | An object used to establish the connection between a temporal feature class and a locally connected GPS device. |