com.esri.arcgis.trackinganalyst
Interface ITrackingEngineUtil

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITrackingEngineUtil2
All Known Implementing Classes:
ITrackingEngineUtil2Proxy, ITrackingEngineUtilProxy, TrackingEngineUtil

public interface ITrackingEngineUtil
extends java.io.Serializable

COM Interface 'ITrackingEngineUtil'. 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 IIDc88a0e92_855f_11d7_b877_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IActiveView getActiveView()
          Active view of control or application.
 IMap getFocusMap()
          The current focus map.
 IMaps getMaps()
          The collection of maps in the control or application.
 boolean isApplication()
          Identifies if this object is part of an application.
 boolean isMapControl()
          Identifies if this object is part of a MapControl.
 boolean isRunningInArcMap()
          Identifies if this application is ArcMap.
 boolean isRunningInCatalog()
          Identifies if this application is ArcCatalog.
 boolean isValid()
          Indicates if this object is in a valid state.
 

Field Detail

IIDc88a0e92_855f_11d7_b877_00010265adc5

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

isMapControl

boolean isMapControl()
                     throws java.io.IOException,
                            AutomationException
Identifies if this object is part of a MapControl.

Returns:
The pbvarTrue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isApplication

boolean isApplication()
                      throws java.io.IOException,
                             AutomationException
Identifies if this object is part of an application.

Returns:
The pbvarTrue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRunningInCatalog

boolean isRunningInCatalog()
                           throws java.io.IOException,
                                  AutomationException
Identifies if this application is ArcCatalog.

Returns:
The pbvarTrue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRunningInArcMap

boolean isRunningInArcMap()
                          throws java.io.IOException,
                                 AutomationException
Identifies if this application is ArcMap.

Returns:
The pbvarTrue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isValid

boolean isValid()
                throws java.io.IOException,
                       AutomationException
Indicates if this object is in a valid state.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActiveView

IActiveView getActiveView()
                          throws java.io.IOException,
                                 AutomationException
Active view of control or application.

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

getFocusMap

IMap getFocusMap()
                 throws java.io.IOException,
                        AutomationException
The current focus map.

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

getMaps

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

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