ArcGIS Developer Help  (TrackingAnalyst)    

TAExtension CoClass

Defines the coclass for the TAExtension implementation.

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

Description

The TAExtension object is a central point that loads the tracking environment, initializes the tracking analyst extension, and provides a common framework in which the tracking analyst components can have knowledge about the temporal environment in which they operate. 

 

Interfaces

Interfaces Description
IExtension (esriSystem) Provides access to members that define an extension.
IExtensionConfig (esriSystem) Provides access to members that describe an extension.
ITemporalGraphs Provides properties and methods needed to manage temporal graphs for the data clock.
ITrackingEnvironment Provides access to properties and methods used to control the tracking analyst extension.

Remarks

This extension is dependent on the existence of a helper extension ("TrackingEngineUtil").
When loading the extension with code load the TrackingEngineUtil extension first.

Example

esriTrackingAnalyst TAExtension Example

 


Feedback Send feedback on this page