ArcObjects Library Reference  (NetworkAnalyst)    

INAServerSolverParams Interface

Provides access to members that specify the solver settings and return parameters used during network analysis with NAServer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Description
Read/write property ImageDescription ImageDescription used when generating the MapImage returned with the analysis results.
Read/write property MapDescription MapDescription used when generating the MapImage returned with the analysis results.
Read/write property MaxSnapTolerance Maximum search tolerance used when attempting to load network locations.
Read/write property NAClassCandidateFieldMaps Array of NAClassCandidateFieldMaps .
Read/write property NALayerName Network analysis layer name.
Read/write property OutputSpatialReference Spatial reference of the geometries returned with the analysis results.
Read/write property ReturnMap Indicates if a MapImage should be generated and returned with the analysis results.
Read/write property SnapTolerance Minimum search tolerance used when attempting to load network locations.
Read/write property SnapToleranceUnits Length units of the SnapTolerance and MaxSnapTolerance.

CoClasses that implement INAServerSolverParams

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.

Remarks

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.

 


Feedback Send feedback on this page