Provides access to properties and methods needed to control and manage in the tracking workspace.
This interface provides the methods and properties required to open temporal feature classes and tables from the Tracking Server. This method also allows the disconnect and re-connection of the AMS server without degrading the data already recieved.
| Description | ||
|---|---|---|
![]() |
Connect | Creates real-time data connection in the tracking workspace. |
![]() |
CreateFeatureClass | Creates a new standalone feature class under the workspace. |
![]() |
CreateQueryDef | Create a query definition object. |
![]() |
CreateTable | Creates a new table. |
![]() |
Disconnect | Disconnects a data connection in the tracking workspace. |
![]() |
LoadProperties | Loads properties for connection in the workspace. |
![]() |
OpenFeatureClass | Opens an existing feature class. |
![]() |
OpenFeatureQuery | Opens a feature dataset containing a single feature dlass defined by the specified Query. |
![]() |
OpenTable | Opens an existing table. |
![]() |
ServerConnection | Defines aspects of the server connection. |
![]() |
StoreProperties | Stores connection properties in the workspace. |
| CoClasses and Classes | Description |
|---|---|
| AMSWorkspace | Controls the Tracking Server workspace COM object's properties. |