|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkRenderer
Provides access to members that control functions common to all Network renderers.
Method Summary | |
---|---|
boolean |
canRender(INetworkLayer layer,
IDisplay display)
Indicates if the renderer can draw. |
void |
draw(INetworkLayer layer,
int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
Draws the network dataset. |
String |
getName()
The descriptive name of a renderer. |
int |
getRendererType()
The type of the network renderer. |
boolean |
isRenderPhase(int drawPhase)
Indicates if renderer uses the specified draw phase. |
void |
setName(String name)
The descriptive name of a renderer. |
void |
setRendererType(int type)
The type of the network renderer. |
Method Detail |
---|
void draw(INetworkLayer layer, int drawPhase, IDisplay display, ITrackCancel trackCancel) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.INetworkLayer (in)drawPhase
- A com.esri.arcgis.system.esriDrawPhase constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean canRender(INetworkLayer layer, IDisplay display) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.INetworkLayer (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderPhase(int drawPhase) throws IOException, AutomationException
drawPhase
- A com.esri.arcgis.system.esriDrawPhase constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRendererType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRendererType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.carto.esriNetworkRendererType constant (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 |