路径求解程序属性 (arcpy)

摘要

使用路径求解程序时,以下属性受网络分析求解程序对象支持。

属性

属性说明数据类型
findBestSequence
(只读)

Indicates if the solver will automatically re-order the stops to minimize the impedance or visit the stops in the given order. This property returns the following keywords:

  • FIND_BEST_ORDER
  • USE_INPUT_ORDER

String
orderingType
(只读)

The ordering of stops when findBestSequence property has a value FIND_BEST_ORDER. This property returns the following keywords:

  • PRESERVE_BOTH
  • PRESERVE_FIRST
  • PRESERVE_LAST
  • PRESERVE_NONE

String
useTimeWindows
(只读)

Indicates if time windows will be used at the stops. This property returns the following keywords:

  • USE_TIMEWINDOWS
  • NO_TIMEWINDOWS

String
routesShape
(只读)

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
startTime
(只读)

The start date and time for the route.

String
9/15/2013