This document is archived and information here might be outdated. Recommended version. |
Deprecated as of 10.0. Provides access to properties that specify the service area solver settings and return parameters used during network analysis with NAServer.
Name | Description | |
---|---|---|
Barriers | RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. | |
Facilities | RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis. | |
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. | |
ReturnBarriers | Indicates if the output barriers recordset should be returned with the analysis results. | |
ReturnFacilities | Indicates if the output facilities recordset should be returned with the analysis results. | |
ReturnMap | Indicates if a MapImage should be generated and returned with the analysis results. | |
ReturnSALineGeometries | Indicates if the SALine geometries should be generated and returned with the analysis results. | |
ReturnSALines | Indicates if the output SALines recordset should be returned with the analysis results. | |
ReturnSAPolygonGeometries | Indicates if the SAPolygon geometries should be generated and returned with the analysis results. | |
ReturnSAPolygons | Indicates if the output SAPolygons recordset should be returned with the analysis results. | |
SnapTolerance | Minimum search tolerance used when attempting to load network locations. | |
SnapToleranceUnits | Length units of the SnapTolerance and MaxSnapTolerance. |
Interfaces | Description |
---|---|
INAServerSolverParams | Deprecated as of 10.0. Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer. |
Classes | Description |
---|---|
NAServerServiceAreaParams | Deprecated as of 10.0. A container for the service area solver settings and return parameters used by NAServer. |
At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.
INAServerServiceAreaParams has been superseded by INAServerServiceAreaParams2.