|
|||||||||
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.
This interface provides properties and methods needed to manage temporal graphs for the data clock. The interface allows users to add, retrieve and remove a temporal graph, and get the total count of temporal graphs in the object.
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
This property indicates total number of temporal graphs.
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
This method removes a temporal graph by index.
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 |