Location-Allocation Solver properties (arcpy)
Resumen
The following properties are supported by the network analyst solver object when working with the location-allocation solver.
Propiedades
Propiedad | Explicación | Tipo de datos |
travelDirection (Sólo lectura) | The direction of travel between facilities and demand points when calculating the network costs. This property returns the following keywords:
| String |
problemType (Sólo lectura) | The location-allocation problem type that will be solved. This property returns the following keywords:
| String |
defaultTargetFacilityCount (Sólo lectura) |
The number of facilities that the solver should locate. | Integer |
defaultCutoff (Sólo lectura) | The maximum impedance at which a demand point can be allocated to a facility. If no cutoff value is specified in the network analysis layer, the property returns an empty string. | Double |
impedanceTransformation (Sólo lectura) | Indicates the equation used by the solver for transforming the network cost between facilities and demand points. This property returns the following keywords:
| String |
impedanceParameter (Sólo lectura) | The parameter value to the equations specified in the impedance transformation. | Double |
targetMarketShare (Sólo lectura) | The target market share in percentage to solve when the problemType property is set to TARGET_MARKET_SHARE. | Double |
defaultCapacity (Sólo lectura) | The default capacity of facilities when the problemType property is set to MAXIMIZE_CAPACITATED_COVERAGE. | Double |
laLinesShape (Sólo lectura) | The type of line generated by the solver. This property returns the following keywords:
| String |
timeOfDay (Sólo lectura) | Indicates the time and date of departure. The departure can be from facilities or demand points, depending on whether travel is from demand to facility or facility to demand. | String |