com.esri.arcgis.trackinganalyst
Interface ITrackingEnvironment3

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

public interface ITrackingEnvironment3
extends ITrackingEnvironment, java.io.Serializable

COM Interface 'ITrackingEnvironment3'. 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 IIDe193bb0c_afd7_404d_821c_cbc25ed8308d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITrackingEnvironment
IIDdfa80020_7dd6_11d7_b877_00010265adc5
 
Method Summary
 int runningEnvironment()
          Identifies the client envirionment, e.g., ArcMap, ArcGlobe, Map Control, ...
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITrackingEnvironment
close, getDefaultTemporalLegendGroup, getDefaultTemporalReference, getDisplayManager, getLabelEngineManager, initialize, isAttached, isEnableTemporalDisplayManagement, isLicensed, isRunningInApplication, isRunningInArcMap, isRunningInCatalog, isRunningInMapControl, setEnableTemporalDisplayManagement, setHideTrackingConnectionsFolder
 

Field Detail

IIDe193bb0c_afd7_404d_821c_cbc25ed8308d

static final int IIDe193bb0c_afd7_404d_821c_cbc25ed8308d
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

runningEnvironment

int runningEnvironment()
                       throws java.io.IOException,
                              AutomationException
Identifies the client envirionment, e.g., ArcMap, ArcGlobe, Map Control, ... with or without dynamic display.

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