com.esri.arcgis.trackinganalyst
Interface ITemporalGraph

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITemporalGraphProxy

public interface ITemporalGraph
extends Serializable

Identifies an object as a temporal graph.

Product Availability

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


Method Summary
 void draw(IDisplay display, IGeometry piGeometry, ITrackCancel trackCancel)
          Draws the chart to the display.
 String getName()
          Name of temporal graph.
 int getWindowHandle()
          Window handle.
 int openWindow(int hParentWnd)
          Opens the chart window.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of temporal graph.

Product Availability

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

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

getWindowHandle

int getWindowHandle()
                    throws IOException,
                           AutomationException
Window handle. This is not a valid out of proc property.

Product Availability

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

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

openWindow

int openWindow(int hParentWnd)
               throws IOException,
                      AutomationException
Opens the chart window.

Product Availability

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

Parameters:
hParentWnd - The hParentWnd (in)
Returns:
The phWnd
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

draw

void draw(IDisplay display,
          IGeometry piGeometry,
          ITrackCancel trackCancel)
          throws IOException,
                 AutomationException
Draws the chart to the display.

Product Availability

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

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
piGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.