|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAStopRenderer
Provides access to symbols used to display stops.
INAStopRenderer has been superseded by INAStopRenderer2.
Method Summary | |
---|---|
IMarkerSymbol |
getErrorSymbol()
The symbol used for a stop that has an error. |
IMarkerSymbol |
getStopSymbol()
The symbol used for a located stop. |
ITextSymbol |
getTextSymbol()
The text symbol used for a stop. |
IMarkerSymbol |
getTimeViolationSymbol()
The symbol used for a stop that has a time window violation. |
IMarkerSymbol |
getUnlocatedSymbol()
The symbol used for a stop that could not be found on the network. |
void |
setErrorSymbol(IMarkerSymbol symbol)
The symbol used for a stop that has an error. |
void |
setStopSymbol(IMarkerSymbol symbol)
The symbol used for a located stop. |
void |
setTextSymbol(ITextSymbol symbol)
The text symbol used for a stop. |
void |
setTimeViolationSymbol(IMarkerSymbol symbol)
The symbol used for a stop that has a time window violation. |
void |
setUnlocatedSymbol(IMarkerSymbol symbol)
The symbol used for a stop that could not be found on the network. |
Method Detail |
---|
IMarkerSymbol getStopSymbol() throws IOException, AutomationException
The StopSymbol specifies the marker symbol to use for drawing ordinary stops with no error status.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStopSymbol(IMarkerSymbol symbol) throws IOException, AutomationException
The StopSymbol specifies the marker symbol to use for drawing ordinary stops with no error status.
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getUnlocatedSymbol() throws IOException, AutomationException
The UnlocatedSymbol specifies the marker symbol to use for drawing unlocated stops.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnlocatedSymbol(IMarkerSymbol symbol) throws IOException, AutomationException
The UnlocatedSymbol specifies the marker symbol to use for drawing unlocated stops.
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getErrorSymbol() throws IOException, AutomationException
The ErrorSymbol specifies the marker symbol to use for drawing stops with one or more errors determined during solve.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setErrorSymbol(IMarkerSymbol symbol) throws IOException, AutomationException
The ErrorSymbol specifies the marker symbol to use for drawing stops with one or more errors determined during solve.
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getTimeViolationSymbol() throws IOException, AutomationException
The TimeViolationSymbol specifies the marker symbol to use for drawing stops with time window violations.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeViolationSymbol(IMarkerSymbol symbol) throws IOException, AutomationException
The TimeViolationSymbol specifies the marker symbol to use for drawing stops with time window violations.
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getTextSymbol() throws IOException, AutomationException
The TextSymbol property specifies the text symbol that is drawn on top of the ErrorSymbol, StopSymbol, TimeWindowViolationSymbol, and UnlocatedSymbol. The text used for each stop is the value in the Sequence field.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextSymbol(ITextSymbol symbol) throws IOException, AutomationException
The TextSymbol property specifies the text symbol that is drawn on top of the ErrorSymbol, StopSymbol, TimeWindowViolationSymbol, and UnlocatedSymbol. The text used for each stop is the value in the Sequence field.
symbol
- A reference to a com.esri.arcgis.display.ITextSymbol (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 |