|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEventRenderer
Provides access to an interface that identifies renderers that cannot provide symbols but can render to a display.
This interface identifies renderers that can render events to a display but cannot provide symbols.
| Method Summary | |
|---|---|
void |
drawFeature(IFeature piFeature,
IColor piColor,
int enumDrawPhase,
IDisplay piDisplay,
ITrackCancel piTrackCancel)
Draws a feature on the map. |
| Method Detail |
|---|
void drawFeature(IFeature piFeature,
IColor piColor,
int enumDrawPhase,
IDisplay piDisplay,
ITrackCancel piTrackCancel)
throws IOException,
AutomationException
piFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)piColor - A reference to a com.esri.arcgis.display.IColor (in)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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||