|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkRenderer
COM Interface 'INetworkRenderer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control functions common to all Network renderers.' 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 |
IIDc33e3d68_ba60_4a02_856a_eec35f80d77c
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
java.lang.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(java.lang.String name)
The descriptive name of a renderer. |
void |
setRendererType(int type)
The type of the network renderer. |
Field Detail |
---|
static final int IIDc33e3d68_ba60_4a02_856a_eec35f80d77c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void draw(INetworkLayer layer, int drawPhase, IDisplay display, ITrackCancel trackCancel) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean canRender(INetworkLayer layer, IDisplay display) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.INetworkLayer (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderPhase(int drawPhase) throws java.io.IOException, AutomationException
drawPhase
- A com.esri.arcgis.system.esriDrawPhase constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRendererType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRendererType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriNetworkRendererType constant (in)
java.io.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 |