|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INetworkEdgeRenderer
Provides access to members that control the display properties of the renderer.
| Method Summary | |
|---|---|
String |
getArrowAttributeName()
The name of the restriction attribute used to display edge traversability. |
ISymbol |
getArrowSymbol(int symbolType)
The symbol for the specified arrow symbol type. |
int |
getArrowType()
The position of the arrow used to display edge traversability. |
void |
setArrowAttributeName(String name)
The name of the restriction attribute used to display edge traversability. |
void |
setArrowSymbol(int symbolType,
ISymbol symbol)
The symbol for the specified arrow symbol type. |
void |
setArrowType(int type)
The position of the arrow used to display edge traversability. |
| Method Detail |
|---|
String getArrowAttributeName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setArrowAttributeName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setArrowType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.esriNetworkArrowType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getArrowType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setArrowSymbol(int symbolType,
ISymbol symbol)
throws IOException,
AutomationException
symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType constant (in)symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getArrowSymbol(int symbolType)
throws IOException,
AutomationException
symbolType - A com.esri.arcgis.carto.esriNetworkArrowSymbolType 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 | ||||||||