|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| 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 |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
startRendering(int enumDrawPhase,
IDisplay piDisplay,
ITrackCancel piTrackCancel)
Notification that rendering for a phase is starting. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
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 ITemporalRendererNotifyenumDrawPhase - 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 ITemporalRendererNotifyenumDrawPhase - 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)
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||