Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer.
Product Availability
Members
Description | ||
---|---|---|
ImageDescription | ImageDescription used when generating the MapImage returned with the analysis results. | |
LayerToken | Token identifying the network analysis layer on the server to use. | |
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. | |
ReturnPartialResultsOnError | Indicates if the result object should be returned even if an error was generated during the solve operation. | |
SaveLayerOnServer | Indicates if the resulting analysis layer should be saved on the server. | |
SnapTolerance | Minimum search tolerance used when attempting to load network locations. | |
SnapToleranceUnits | Length units of the SnapTolerance and MaxSnapTolerance. |
Inherited Interfaces
Interfaces | Description |
---|---|
INAServerSolverParams | Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer. |
CoClasses that implement INAServerSolverParams2
CoClasses and Classes | Description |
---|---|
NAServerClosestFacilityParams | A container for the closest facility solver settings and return parameters used by NAServer. |
NAServerLocationAllocationParams | A container for the Location-Allocation solver settings and return parameters used by NAServer. |
NAServerODCostMatrixParams | A container for the Origin-Destination Cost Matrix 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. |
NAServerVRPParams | A container for the Vehicle Routing Problem solver settings and return parameters used by NAServer. |
Remarks
INAServerSolverParams2 provides methods to set input parameters on an NAServerSolverParams object (NAServerRouteParams, NAServerClosestFacilityParams, NAServerServiceAreaParams, NAServerLocationAllocationParams, NAServerODCostMatrixParams, NAServerVRPParams) 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.
There are also methods to control reuse of analysis layers stored on the server, and methods which allow to specify whether partial results will be returned even if Solve fails.