Provides access to members that specify the solver settings and return parameters used during network analysis with NAServer.
| Description | ||
|---|---|---|
![]() |
ImageDescription | ImageDescription used when generating the MapImage returned with the analysis results. |
![]() |
MapDescription | MapDescription used when generating the MapImage returned with the analysis results. |
![]() |
MaxSnapTolerance | Maximum search tolerance used when attempting to load network locations. |
![]() |
NAClassCandidateFieldMaps | Array of NAClassCandidateFieldMaps . |
![]() |
NALayerName | Network analysis layer name. |
![]() |
OutputSpatialReference | Spatial reference of the geometries returned with the analysis results. |
![]() |
ReturnMap | Indicates if a MapImage should be generated and returned with the analysis results. |
![]() |
SnapTolerance | Minimum search tolerance used when attempting to load network locations. |
![]() |
SnapToleranceUnits | Length units of the SnapTolerance and MaxSnapTolerance. |
| CoClasses and Classes | Description |
|---|---|
| NAServerClosestFacilityParams | A container for the closest facility solver settings and return parameters used by NAServer. |
| NAServerRouteParams | A container for the route solver settings and return parameters used by NAServer. |
| NAServerServiceAreaParams | A container for the service area solver settings and return parameters used by NAServer. |
INAServerSolverParams provides methods to set input parameters on an NAServerSolverParams object (NAServerRouteParams, NAServerClosestFacilityParams, NAServerServiceAreaParams) that is then used by the Solve method on INAServer.
There are methods to set the snapping environment for loading network locations. There are also methods to specify if a map is returned by the solve and how that map should be generated.