com.esri.arcgis.trackinganalyst
Interface ITemporalChartElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITemporalChartElementProxy

public interface ITemporalChartElement
extends Serializable

Provides properties and methods needed to manage elements of the data clock chart.

Product Availability

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


Method Summary
 ITemporalGraph getTemporalGraph()
          Controls the temporal graph element of the data clock chart.
 void loadFromIndex()
          Load the temporal graph element of the most recently genetrated data clock chart.
 void setTemporalGraphByRef(ITemporalGraph pVal)
          Controls the temporal graph element of the data clock chart.
 

Method Detail

getTemporalGraph

ITemporalGraph getTemporalGraph()
                                throws IOException,
                                       AutomationException
Controls the temporal graph element of the data clock chart.

Product Availability

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

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

setTemporalGraphByRef

void setTemporalGraphByRef(ITemporalGraph pVal)
                           throws IOException,
                                  AutomationException
Controls the temporal graph element of the data clock chart.

Product Availability

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

Parameters:
pVal - A reference to a com.esri.arcgis.trackinganalyst.ITemporalGraph (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromIndex

void loadFromIndex()
                   throws IOException,
                          AutomationException
Load the temporal graph element of the most recently genetrated data clock chart.

Product Availability

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

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