Location-Allocation Solver properties

サマリー

The following properties are supported by the network analyst solver object when working with the location-allocation solver.

プロパティ

プロパティ説明データ タイプ
defaultCapacity
(読み取り専用)

The default capacity of facilities when the problemType property is set to MAXIMIZE_CAPACITATED_COVERAGE.

Double
defaultCutoff
(読み取り専用)

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
defaultTargetFacilityCount
(読み取り専用)

The number of facilities that the solver should locate.

Integer
impedanceParameter
(読み取り専用)

The parameter value to the equations specified in the impedance transformation.

Double
impedanceTransformation
(読み取り専用)

Indicates the equation used by the solver for transforming the network cost between facilities and demand points. This property returns the following keywords:

  • LINEAR
  • POWER
  • EXPONENTIAL

String
laLinesShape
(読み取り専用)

The type of line generated by the solver. This property returns the following keywords:

  • NO_LINES
  • STRAIGHT_LINES

String
problemType
(読み取り専用)

The location-allocation problem type that will be solved. This property returns the following keywords:

  • MINIMIZE_IMPEDANCE
  • MAXIMIZE_COVERAGE
  • MAXIMIZE_CAPACITATED_COVERAGE
  • MINIMIZE_FACILITIES
  • MAXIMIZE_ATTENDANCE
  • MAXIMIZE_MARKET_SHARE
  • TARGET_MARKET_SHARE

String
targetMarketShare
(読み取り専用)

The target market share in percentage to solve when the problemType property is set to TARGET_MARKET_SHARE.

Double
timeOfDay
(読み取り専用)

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
timeZoneUsage
(読み取り専用)

Indicates whether the route start time should be interpreted as the local time of the first stop in the route or as Coordinated Universal Time (UTC). This property returns the following keywords:

  • GEO_LOCAL
  • UTC

String
travelDirection
(読み取り専用)

The direction of travel between facilities and demand points when calculating the network costs. This property returns the following keywords:

  • FACILITY_TO_DEMAND
  • DEMAND_TO_FACILITY

String

このトピックの内容