|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITemporalGraphs
Provides properties and methods needed to manage temporal graphs for the data clock.
| Method Summary | |
|---|---|
void |
addGraph(ITemporalGraph piTemporalGraph)
Adds a temporal graph. |
short |
getCount()
Number of temporal graphs. |
ITemporalGraph |
getGraph(short nIndex)
Retrieves a graph by index. |
void |
removeGraph(short nIndex)
Removes a graph by index. |
| Method Detail |
|---|
short getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addGraph(ITemporalGraph piTemporalGraph)
throws IOException,
AutomationException
piTemporalGraph - A reference to a com.esri.arcgis.trackinganalyst.ITemporalGraph (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITemporalGraph getGraph(short nIndex)
throws IOException,
AutomationException
nIndex - The nIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeGraph(short nIndex)
throws IOException,
AutomationException
nIndex - The nIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||