com.esri.arcgis.trackinganalyst
Interface ITemporalGraphs

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITemporalGraphsProxy, TrackingEnvironment

public interface ITemporalGraphs
extends java.io.Serializable

COM Interface 'ITemporalGraphs'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides properties and methods needed to manage temporal graphs for the data clock.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID33e20880_1424_11d6_b82f_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID33e20880_1424_11d6_b82f_00010265adc5

static final int IID33e20880_1424_11d6_b82f_00010265adc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

short getCount()
               throws java.io.IOException,
                      AutomationException
Number of temporal graphs.

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

addGraph

void addGraph(ITemporalGraph piTemporalGraph)
              throws java.io.IOException,
                     AutomationException
Adds a temporal graph.

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

getGraph

ITemporalGraph getGraph(short nIndex)
                        throws java.io.IOException,
                               AutomationException
Retrieves a graph by index.

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

removeGraph

void removeGraph(short nIndex)
                 throws java.io.IOException,
                        AutomationException
Removes a graph by index.

Parameters:
nIndex - The nIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.