com.esri.arcgis.trackinganalyst
Interface ITemporalGraph

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITemporalGraphProxy

public interface ITemporalGraph
extends java.io.Serializable

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

Description: 'Identifies an object as a temporal graph.' 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 IID490d9aa0_1a47_11d6_b831_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void draw(IDisplay display, IGeometry piGeometry, ITrackCancel trackCancel)
          Draws the chart to the display.
 java.lang.String getName()
          Name of temporal graph.
 int getWindowHandle()
          Window handle.
 int openWindow(int hParentWnd)
          Opens the chart window.
 

Field Detail

IID490d9aa0_1a47_11d6_b831_00010265adc5

static final int IID490d9aa0_1a47_11d6_b831_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

getName

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

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

getWindowHandle

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

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

openWindow

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

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

draw

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.