com.esri.arcgis.trackinganalyst
Interface ITrackingEnvironment2

All Superinterfaces:
Serializable
All Known Implementing Classes:
TrackingEnvironment

public interface ITrackingEnvironment2
extends Serializable

Provides access to properties and methods used to control the tracking analyst extension.

Description

This interface provides access to ActionEnvironment object that serves as a central point of entry for general action properties that apply to all actions within a process. This interface also provides access to properties that indicate the properties associated with the Directional Vector and Event Attribute rendering.

Product Availability

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


Method Summary
 IActionLookupSupport getActionEnvironment()
          Returns the Action Environment.
 IDirectionalVectorRendererProperties getDirectionalVectorProp()
          Returns the global (default) properties associated with the Directional Vector Rendering.
 IEventAttributeProperties getEventAttributeProp()
          Returns the global (default) properties associated with the Event Attribute Rendering.
 

Method Detail

getActionEnvironment

IActionLookupSupport getActionEnvironment()
                                          throws IOException,
                                                 AutomationException
Returns the Action Environment.

Description

This property returns the ActionEnvironment object that serves as a central point of entry for general action properties that apply to all actions within a process.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IActionLookupSupport
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionalVectorProp

IDirectionalVectorRendererProperties getDirectionalVectorProp()
                                                              throws IOException,
                                                                     AutomationException
Returns the global (default) properties associated with the Directional Vector Rendering.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IDirectionalVectorRendererProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventAttributeProp

IEventAttributeProperties getEventAttributeProp()
                                                throws IOException,
                                                       AutomationException
Returns the global (default) properties associated with the Event Attribute Rendering.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IEventAttributeProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.