|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INASymbolizer
Provides access to the analysis result drawing.
INASymbolizer has been superseded by INASymbolizer2.
Method Summary | |
---|---|
boolean |
applies(INAContext nAContext)
Indicates if the symbolizer applies to the analysis context. |
INALayer |
createLayer(INAContext nAContext)
Creates a new analysis layer. |
int |
getPriority()
The priority is used to determine the best symbolizer to symbolize a network analysis layer. |
boolean |
updateLayer(INALayer nALayer)
Updates an existing analysis layer. |
Method Detail |
---|
boolean applies(INAContext nAContext) throws IOException, AutomationException
Applies returns true or false if the symbolizer applies to the solver context specified by NAContext.
nAContext
- A reference to a com.esri.arcgis.networkanalyst.INAContext (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPriority() throws IOException, AutomationException
get_Priority returns the priority of the NASymbolizer. This allows a custom symbolizer with higher priority to be registered with NASymbolizer to be used in place of the default symbolizer for a particular NAContext.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INALayer createLayer(INAContext nAContext) throws IOException, AutomationException
CreateLayer creates the symbology for an NALayer's sublayers. For example, the stops for a route solver are symbolized with located, unlocated, or error symbols.
nAContext
- A reference to a com.esri.arcgis.networkanalyst.INAContext (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean updateLayer(INALayer nALayer) throws IOException, AutomationException
UpdateLayer updates the existing renderer such as when a service area solver is run again with a different set of breaks.
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 |