|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INASymbolizer2
Provides access to the analysis result drawing.
NASymbolizer2 creates the default symbology for the input and output classes of an NASolver's NAContext. For example, the stops for a route solver are symbolized with located, unlocated or error symbols.
The INASymbolizer2 inteface is used by the various symbolizer objects (NARouteSymbolizer, NAClosestFacilitySymbolizer, NAServiceAreaSymbolizer, NAODCostMatrixSymbolizer) to reset an NALayer's symbology based on a seed color.
Method Summary | |
---|---|
void |
resetRenderers(IColor solverColor,
INALayer nALayer)
Resets the renderers based on the provided solver color. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INASymbolizer |
---|
applies, createLayer, getPriority, updateLayer |
Method Detail |
---|
void resetRenderers(IColor solverColor, INALayer nALayer) throws IOException, AutomationException
ResetRenderers resets the NALayer's renderers based on a specified seed color. This is useful if you want to clear all changes users have made to the symbology of any of the NALayer's sublayers.
solverColor
- A reference to a com.esri.arcgis.display.IColor (in)nALayer
- A reference to a com.esri.arcgis.networkanalyst.INALayer (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 |