NAServerLocationAllocationParams
Base Type: NAServerSolverParams
A class that describes the default properties on a location-allocation network analysis layer and is used to set the input properties that are used by the Solve method to perform network analysis.
Property |
Type |
Description |
---|---|---|
Barriers |
The input locations to load as point barriers to restrict traversability during analysis. | |
DefaultCutoff |
object |
The default cutoff to limit how far to search for facilities from each incident. |
DefaultCapacity | int | The default capacity value associated with every facility while solving Location-Allocation problem of type "esriNALAPTMaximizeCapacitatedCoverage". |
DemandPoints |
The default number of facilities to find from each incident. | |
Facilities |
The input locations to load as demand points. | |
ImpedanceTransformation |
The formula for scaling the impedance over distance. | |
NumberFacilitiesToLocate |
int |
The number of facilities that will be present in the solution. |
OutputLines |
esriNAOutputLineType |
The type of lines to generate. Valid values include straight lines, or no lines. If you are not returning LALines (ReturnLALines =false), set this to none for better performance. |
PolygonBarriers |
NAServerLocations |
The input locations to load as polygon barriers to restrict traversability or scale cost during analysis. |
PolylineBarriers |
NAServerLocations |
The input locations to load as line barriers to restrict traversability or scale cost during analysis. |
ProblemType |
esriNALocationAllocationProblemType |
The type of location-allocation problem to solve. |
ReturnBarriers |
bool |
Indicates if the point barriers used during analysis should be returned. |
ReturnDemandPoints |
bool |
Indicates if the demand points used during analysis should be returned. |
ReturnFacilities |
bool |
Indicates if the facilities used during analysis should be returned as a RecordSet. |
ReturnLALines |
bool |
Indicates if the line features should be returned as a RecordSet. |
ReturnPolygonBarriers |
bool |
Indicates if the polygon barriers used during analysis should be returned. |
ReturnPolygonBarriersSpecified |
bool |
Indicates if ReturnPolygonBarriers is specified. |
ReturnPolylineBarriers |
bool |
Indicates if the polyline barriers used during analysis should be returned. |
ReturnPolylineBarriersSpecified |
bool |
Indicates if ReturnPolylineBarriers is specified. |
TargetMarketSharePercentage |
double |
When the ProblemType is "esriNALAPTTargetMarketShare", the analysis will find the minimum number of facilities to obtain the target market share percentage specified here. |
TransformationParameter |
double |
The impedance transformation value to use in conjunction with the ImpedanceTransofrmation property. |
TravelDirection |
esriNATravelDirection |
The direction of travel, either from or to the facility. |
TimeOfDay | dateTime | Indicates start time from Facilities or Demand Points. |
TimeOfDayUsage | Indicates how TimeOfDay value will be used during the analysis. Only "esriNATimeOfDayNotUsed" and "esriNATimeOfDayUseAsStartTime" values are supported. |
Remarks
Do not set both ReturnLALineGeometries and ReturnLALines to true. If just the geometry is needed, just set ReturnLALineGeometries to true. If the geometry and the other fields on the LALines RecordSet are needed, just set ReturnLALines to true since the geometries in the shape field of LALines are the same geometries that are returned in LALineGeometries.