|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.ITemporalRendererNotifyProxy
public class ITemporalRendererNotifyProxy
Provides access to notification states for the parent temporal renderer to notify the children renderers about rendering events.
This interface is new at ArcGIS 9.3.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ITemporalRendererNotifyProxy()
|
|
ITemporalRendererNotifyProxy(Object obj)
|
protected |
ITemporalRendererNotifyProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
finishRendering(int enumDrawPhase,
IDisplay piDisplay,
ITrackCancel piTrackCancel)
Notification that rendering for a phase is finished. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
startRendering(int enumDrawPhase,
IDisplay piDisplay,
ITrackCancel piTrackCancel)
Notification that rendering for a phase is starting. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ITemporalRendererNotifyProxy()
public ITemporalRendererNotifyProxy(Object obj) throws IOException
IOException
protected ITemporalRendererNotifyProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void startRendering(int enumDrawPhase, IDisplay piDisplay, ITrackCancel piTrackCancel) throws IOException, AutomationException
Use this notification to initialize your event renderer or perform other actions are the start of the rendering phase.
For example, let's say you want to draw lines connecting all the features in your FeatureClass with a common attribute. You could use this notification to initialize a hash map to store feature information as they are rendered. You can then use the FinishRendering notification to render the lines to the display.
startRendering
in interface ITemporalRendererNotify
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITemporalRendererNotify.finishRendering(int, com.esri.arcgis.display.IDisplay, com.esri.arcgis.system.ITrackCancel)
public void finishRendering(int enumDrawPhase, IDisplay piDisplay, ITrackCancel piTrackCancel) throws IOException, AutomationException
Use this notification to complete rendering operations that may need knowledge of all the rendered features. Without this notification there is no way to know when all of the features have been rendered to the display.
For example, let's say you want to draw lines connecting all the features in your FeatureClass with a common attribute. You could use the StartRendering notification to initialize a hash map to store feature information as they are r You can then use this notification to render the lines to the display.
finishRendering
in interface ITemporalRendererNotify
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITemporalRendererNotify.startRendering(int, com.esri.arcgis.display.IDisplay, com.esri.arcgis.system.ITrackCancel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |