com.esri.arcgis.trackinganalyst
Interface ITrackingEnvironment2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITrackingEnvironment2Proxy, TrackingEnvironment

public interface ITrackingEnvironment2
extends java.io.Serializable

COM Interface 'ITrackingEnvironment2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods used to control the tracking analyst extension.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe7ab2292_5b9a_4d4f_bfed_82ecd47a2bb9
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDe7ab2292_5b9a_4d4f_bfed_82ecd47a2bb9

static final int IIDe7ab2292_5b9a_4d4f_bfed_82ecd47a2bb9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getActionEnvironment

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

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

getDirectionalVectorProp

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

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

getEventAttributeProp

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

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