|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAStopRenderer2
Provides access to symbols used to display stops.
The INAStopRenderer2 interface is used to adjust the stops symbols within the NAStopRenderer object.
| Method Summary | |
|---|---|
ILegendClass |
getLegendClass(int symbolType)
The legend class associated with the stop symbol type. |
int |
getStopSymbolPosition(int symbolType)
The stop symbol position of the symbol type in the group of all stop renderer symbol types. |
boolean |
isVisible(int symbolType)
Indicates if the stop symbol type is visible. |
void |
moveStopSymbol(int symbolType,
int newPosition)
Move the stop symbol type to the new position in the group of all stop renderer symbol types. |
void |
setVisible(int symbolType,
boolean show)
Indicates if the stop symbol type is visible. |
| Methods inherited from interface com.esri.arcgis.networkanalyst.INAStopRenderer |
|---|
getErrorSymbol, getStopSymbol, getTextSymbol, getTimeViolationSymbol, getUnlocatedSymbol, setErrorSymbol, setStopSymbol, setTextSymbol, setTimeViolationSymbol, setUnlocatedSymbol |
| Method Detail |
|---|
int getStopSymbolPosition(int symbolType)
throws IOException,
AutomationException
symbolType - A com.esri.arcgis.networkanalyst.esriNAStopSymbolType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveStopSymbol(int symbolType,
int newPosition)
throws IOException,
AutomationException
This method moves the specified stop symbol to another position within the NAStopRenderer.
symbolType - A com.esri.arcgis.networkanalyst.esriNAStopSymbolType constant (in)newPosition - The newPosition (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVisible(int symbolType)
throws IOException,
AutomationException
symbolType - A com.esri.arcgis.networkanalyst.esriNAStopSymbolType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVisible(int symbolType,
boolean show)
throws IOException,
AutomationException
symbolType - A com.esri.arcgis.networkanalyst.esriNAStopSymbolType constant (in)show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILegendClass getLegendClass(int symbolType)
throws IOException,
AutomationException
symbolType - A com.esri.arcgis.networkanalyst.esriNAStopSymbolType 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 | ||||||||