ArcObjects Library Reference  (TrackingAnalyst)    

AMSWorkspaceFactory CoClass

Controls functionality for the tracking workspace factory.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Description

The AMS Workspace Factory Object is responsible for creating AMS Workspace objects.   The AMS Workspace object provides a connection to a dynamic data source such as the Tracking Server product.  The default source for dynamic or near real time data is the Tracking Server.  This factory instantiates an AMSWorkspace using either a connection file or a connection property set.  The table below summarizes all of the connection properties that can be invoked to instantiate an AMS workspace object.

 

Property Name

Required

Default Value

Description

SERVERNAME

Y

localhost

Name of Server or IP

AMS_CONNECTOR_EDITOR

Y

<None> Example

{1C6BA545-2F59-11D5-B7E2-00010265ADC5}

The class id or progid of the Connections Editor.  This editor object must implement IGxObject.

AMS_CONNECTION_NAME

Y

Tracking Connector

The Name or label of the connection.

AMS_CONNECTOR

Y

<none>

The progid or class id of the connector.

AMS_USER_NAME

Y

<none>

Name of user to Log into the tracking server.

AMS_ENABLED_PROVIDERS

O

<esri propertyset object>

Property set of enabled Tracking Services.  If this property is not set or exists then all tracking services are assumed to be enabled.

TMS_USER_PWD

Y

<none>

Users Password

CONNECTOR_PORT

O

5506

The Client port of the tracking server

TMS_CMD_TIMEOUT

O

60

Command Response Timeout in seconds

TMS_CONNECT_RETRY

O

60

The time in seconds that the connector waits before it automatically retries ad dropped connection.

 

Interfaces

Interfaces Description
IRemoteDatabaseWorkspaceFactory (esriGeoDatabase) Provides access to members that manage remote database connection information.
IWorkspaceFactory (esriGeoDatabase) Provides access to members that create and open workspaces and supply workspace factory information.
IWorkspaceFactory2 (esriGeoDatabase) Provides access to members that create and open workspaces and supply workspace factory information.

 


Feedback Send feedback on this page