This document is archived and information here might be outdated. Recommended version. |
Provides access to the analysis result drawing.
Name | Description | |
---|---|---|
Applies | Indicates if the symbolizer applies to the analysis context. | |
CreateLayer | Creates a new analysis layer. | |
Priority | The priority is used to determine the best symbolizer to symbolize a network analysis layer. If multiple symbolizers apply to the network analysis layer, the one with the largest numeric value for priority is used to create and update the network analysis laye | |
ResetRenderers | Resets the renderers based on the provided solver color. | |
UpdateLayer | Updates an existing analysis layer. |
Interfaces | Description |
---|---|
INASymbolizer | Provides access to the analysis result drawing. |
Classes | Description |
---|---|
NAClosestFacilitySymbolizer | Symbolizes closest facility analysis results. |
NALocationAllocationSymbolizer | Symbolizes LA analysis results. |
NAODCostMatrixSymbolizer | Symbolizes origin-destination matrix analysis results. |
NARouteSymbolizer | Symbolizes route analysis results. |
NAServiceAreaSymbolizer | Symbolizes service area analysis results. |
NAVRPSymbolizer | Symbolizes VRP analysis results. |
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.