com.esri.arcgis.trackinganalyst
Interface ITemporalRendererNotify

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

public interface ITemporalRendererNotify
extends java.io.Serializable

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

Description: 'Provides access to notification states for the parent temporal renderer to notify the children renderers about rendering events.' 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 IID17559285_12ae_41f6_9929_3198ab377aeb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void finishRendering(int enumDrawPhase, IDisplay piDisplay, ITrackCancel piTrackCancel)
          Notification that rendering for a phase is finished.
 void startRendering(int enumDrawPhase, IDisplay piDisplay, ITrackCancel piTrackCancel)
          Notification that rendering for a phase is starting.
 

Field Detail

IID17559285_12ae_41f6_9929_3198ab377aeb

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

startRendering

void startRendering(int enumDrawPhase,
                    IDisplay piDisplay,
                    ITrackCancel piTrackCancel)
                    throws java.io.IOException,
                           AutomationException
Notification that rendering for a phase is starting.

Parameters:
enumDrawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
piDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
piTrackCancel - 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.

finishRendering

void finishRendering(int enumDrawPhase,
                     IDisplay piDisplay,
                     ITrackCancel piTrackCancel)
                     throws java.io.IOException,
                            AutomationException
Notification that rendering for a phase is finished.

Parameters:
enumDrawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
piDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
piTrackCancel - 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.