com.esri.arcgis.trackinganalyst
Interface ITrackingEngineUtil2

All Superinterfaces:
ITrackingEngineUtil, java.io.Serializable
All Known Implementing Classes:
ITrackingEngineUtil2Proxy, TrackingEngineUtil

public interface ITrackingEngineUtil2
extends ITrackingEngineUtil, java.io.Serializable

COM Interface 'ITrackingEngineUtil2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods for tracking engine utility.' 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 IIDa1e04dfd_0dda_453a_84e1_a2c88e3e3b6e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITrackingEngineUtil
IIDc88a0e92_855f_11d7_b877_00010265adc5
 
Method Summary
 IArray getBasicMaps()
          The collection of maps in the control or application.
 int getClientEnvironment()
          The Clients operating envirionment, e.g., ArcMap, ArcGlobe, Map Control, ...
 IBasicMap getFocusBasicMap()
          The current focus map.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITrackingEngineUtil
getActiveView, getFocusMap, getMaps, isApplication, isMapControl, isRunningInArcMap, isRunningInCatalog, isValid
 

Field Detail

IIDa1e04dfd_0dda_453a_84e1_a2c88e3e3b6e

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

getClientEnvironment

int getClientEnvironment()
                         throws java.io.IOException,
                                AutomationException
The Clients operating 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.

getBasicMaps

IArray getBasicMaps()
                    throws java.io.IOException,
                           AutomationException
The collection of maps in the control or application.

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

getFocusBasicMap

IBasicMap getFocusBasicMap()
                           throws java.io.IOException,
                                  AutomationException
The current focus map.

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