com.esri.arcgis.trackinganalyst
Interface ITrackingDisplay

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITrackingDisplayProxy

public interface ITrackingDisplay
extends java.io.Serializable

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

Description: 'Provides access to properties and methods to gain access to contained objects within the tracking mediated display object.' 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 IID8fc0238e_7545_4f5d_8f15_4e487171e381
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDynamicDisplay getDynamicDisplay()
          The Dynamic display object associated with a Map Control or ArcMap.
 IViewers3D getGlobeDisplay()
          The Globe display object associated with a Globe Control or ArcGlobe.
 IScreenDisplay getScreenDisplay()
          The Screen display object associated with a Map Control or ArcMap.
 

Field Detail

IID8fc0238e_7545_4f5d_8f15_4e487171e381

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

getScreenDisplay

IScreenDisplay getScreenDisplay()
                                throws java.io.IOException,
                                       AutomationException
The Screen display object associated with a Map Control or ArcMap.

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

getGlobeDisplay

IViewers3D getGlobeDisplay()
                           throws java.io.IOException,
                                  AutomationException
The Globe display object associated with a Globe Control or ArcGlobe.

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

getDynamicDisplay

IDynamicDisplay getDynamicDisplay()
                                  throws java.io.IOException,
                                         AutomationException
The Dynamic display object associated with a Map Control or ArcMap.

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