Provides access to properties that specify the Location-Allocation 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 | ||
---|---|---|
Barriers | RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. | |
DemandPoints | RecordSet or array of PropertySets representing DemandPoints 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. | |
PolygonBarriers | RecordSet or array of PropertySets representing Polygon Barriers loaded as collections of network locations during analysis. | |
PolylineBarriers | RecordSet or array of PropertySets representing Polyline Barriers loaded as collections of network locations during analysis. | |
ReturnBarriers | Indicates if the output Barriers recordset should be returned with the analysis results. | |
ReturnDemandPoints | Indicates if the output DemandPoints recordset should be returned with the analysis results. | |
ReturnFacilities | Indicates if the output Facilities recordset should be returned with the analysis results. | |
ReturnLALines | Indicates if the output LALines recordset should be returned with the analysis results. | |
ReturnMap | Indicates if a MapImage should be generated and returned with the analysis results. | |
ReturnPolygonBarriers | Indicates if the output polygon barriers recordset should be returned with the analysis results. | |
ReturnPolylineBarriers | Indicates if the output polyline barriers 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. |
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 INAServerLocationAllocationParams
CoClasses and Classes | Description |
---|---|
NAServerLocationAllocationParams | A container for the Location-Allocation solver settings and return parameters used by NAServer. |
Remarks
INAServerLocationAllocationParams provides methods to set input parameters on an NAServerLocationAllocationParams object that is then used by the Solve method on INAServer to perform location-allocation network analysis.