NAServerRouteResults

Base Type: NAServerSolverResults

A class that contains the result of performing network analysis on a route layer.

Property

Type

Description

Barriers

RecordSet

The point barriers used in the analysis.

CompactDirections

NACompactStreetDirections[]

The array of turn by turn compact directions for each route.

Directions

NAStreetDirections[]

The array of turn by turn directions for each route.

PolygonBarriers

RecordSet

The polygon barriers used in the analysis.

PolylineBarriers

RecordSet

The line barriers used in the analysis.

RouteGeometries

Polyline[]

The geometries of the output routes.

Routes

RecordSet

The output route features returned from the analysis.

Stops

RecordSet

RecordSet of Stops returned from the network analysis.

TotalImpedances

double[]

Total accumulated cost on the impedance attribute for each resulting route.

Remarks

There should be one route for each route in the analysis. Multiple routes can be solved in a single analysis by assigning stops to routes by specifying the RouteName field on each stop in the directions.

11/8/2016