com.esri.arcgis.trackinganalyst
Interface ITrackingDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITrackingDisplayProxy

public interface ITrackingDisplay
extends Serializable

Provides access to properties and methods to gain access to contained objects within the tracking mediated display object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


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.
 

Method Detail

getScreenDisplay

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getGlobeDisplay

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getDynamicDisplay

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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