|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkLayerSymbology
Provides access to members that symbolize network layers.
Method Summary | |
---|---|
double |
getPriority()
The priority is used to determine the best symbolizer to symbolize a network layer. |
boolean |
isCanSymbolize(INetworkLayer layer)
Indicates if it can create symbology for this type of network layer. |
void |
symbolize(INetworkLayer layer)
Generates symbology for the network layer. |
Method Detail |
---|
boolean isCanSymbolize(INetworkLayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.INetworkLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPriority() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void symbolize(INetworkLayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.INetworkLayer (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 |