Closest Facility Solver properties

Resumen

The following properties are supported by the network analyst solver object when working with the closest facility solver.

Propiedades

PropiedadExplicaciónTipo de datos
cfRoutesShape
(Sólo lectura)

The shape type for the route features that are output by the solver. This property returns the following keywords:

  • TRUE_LINES_WITHOUT_MEASURES
  • TRUE_LINES_WITH_MEASURES
  • NO_LINES
  • STRAIGHT_LINES

String
defaultCutoff
(Sólo lectura)

The default impedance value at which to stop searching for facilities for a given incident. If no cutoff value is specified in the network analysis layer, the property returns an empty string.

Double
defaultTargetFacilityCount
(Sólo lectura)

The default number of closest facilities to find per incident.

Integer
timeOfDay
(Sólo lectura)

Indicates the time and date at which the routes begin or end. The interpretation of this value depends on whether timeOfDayUsage property is set to START_TIME or END_TIME.

String
timeOfDayUsage
(Sólo lectura)

Indicates whether the value of the timeOfDay property represents the arrival or departure times for the routes. This property returns the following keywords:

  • START_TIME
  • END_TIME
  • NOT_USED

String
timeZoneUsage
(Sólo lectura)

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
(Sólo lectura)

The direction of travel between facilities and incidents. This property returns the following keywords:

  • TRAVEL_TO
  • TRAVEL_FROM

String

En este tema