Route output data types

Describes the output data types containing the results from a route analysis.

Routes

Provides access to the resulting routes.

The data type supports the following fields:

FieldDescriptionData type

Name

ルートの名前は、関連付けられているストップの RouteName フィールドに基づきます。入力 RouteName フィールドが NULL である場合、名前は最初と最後のストップの Name フィールドから取得されます。

String

StopCount

ルートに割り当てられるストップの数。

Long

StartTime

ルートの開始時刻。最初のストップのタイム ゾーンとして報告されます。

Date

EndTime

ルートの終了時刻。最後のストップのタイム ゾーンとして報告されます。

Date

StartTimeUTC

ルートの開始時刻 (UTC (世界協定時))。

Date

EndTimeUTC

UTC (協定世界時) でのルートの終了時刻。

Date

Total_Minutes

ルートの最初のストップの開始から最後のストップの終了までの累積移動時間 (分単位)。指定されている場合の訪問済みストップの AdditionalTime が含まれます。

メモ:

An additional field Total_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fieldsTotal_[AccumulateAttributeName]_[TimeUnits] are included for each time-based cost attribute that is accumulated during the analysis.

Double

Total_Miles

ルートの最初のストップの開始から最後のストップの終了までの累積移動距離 (マイル単位)。指定されている場合の訪問済みストップの AdditionalDistance が含まれます。

Double

Total_Kilometers

ルートの最初のストップの開始から最後のストップの終了までの累積移動コスト (単位が不明)。指定されている場合の訪問済みストップの AdditionalCost が含まれます。

メモ:

An additional field Total_[DistanceUnits] is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

メモ:

Additional fieldsTotal_[AccumulateAttributeName]_[DistanceUnits] are included for each distance-based cost attribute that is accumulated during the analysis.

Double

Total_Other

ルートの最初のストップの開始から最後のストップの終了までの累積移動コスト (単位が不明)。指定されている場合の訪問済みストップの AdditionalCost が含まれます。

このフィールドは、解析の移動モードが時間ベースでも距離ベースでもないインピーダンス属性を使用する場合にのみ含まれます。

メモ:

Additional fieldsTotal_[AccumulateAttributeName]_Other are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

TotalWait_Minutes

このフィールドには、ルートの全体の待機時間が格納されます。ルートの全体の待機時間とは、タイム ウィンドウの開始までストップで待機した時間のことです。

解析でタイム ウィンドウが使用されない場合は、フィールドの値は Null になります。

メモ:

An additional field TotalWait_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fieldsTotalWait_[AccumulateAttributeName]_[TimeUnits] are included for each time-based cost attribute that is accumulated during the analysis.

Double

TotalViolation_Minutes

このフィールドには、ストップにおけるルートの全体の時間超過が格納されます。タイム ウィンドウが終了した後でルートがストップに到着すると、時間超過が追加されます。これは、入力ストップの ArriveTime フィールドと TimeWindowEnd フィールドとの差です。

解析でタイム ウィンドウが使用されない場合は、フィールドの値は Null になります。

メモ:

An additional field TotalViolation_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

Additional fieldsTotalViolation_[AccumulateAttributeName]_[TimeUnits] are included for each time-based cost attribute that is accumulated during the analysis.

Double

FirstStopOID

ルートの最初のストップの ObjectID 値。このフィールドは、多くの場合、入力ストップからの情報をルートに結合するために使用されます。

Long

LastStopOID

ルートの最後のストップの ObjectID 値。このフィールドは、多くの場合、入力ストップからの情報をルートに結合するために使用されます。

Long

RouteEdges

ルートが移動する個々のネットワーク エッジへのアクセスを提供します。

The data type supports the following fields:

FieldDescriptionData type

SourceName

ラインを生成する元になったエッジ ソース フィーチャクラスの名前。

String

SourceOID

商圏内道路フィーチャの ObjectID。このフィールドの値を集計すると、特定の道路フィーチャがすべてのルートに含まれる回数など、役に立つ情報を得ることができます。

Long

RouteEdgeID

道路フィーチャを構成するエッジを表す ID。1 つの道路フィーチャには複数のエッジが存在する可能性があるため、SourceOID フィールドを使用して商圏内道路を一意に識別したり、RouteEdgeID フィールドを使用して商圏内道路フィーチャ内にあるエッジを一意に識別することができます。

Long

FromPosition

基礎となる道路フィーチャをデジタイズした方向を基準にして、出力 RouteEdges フィーチャが始まる場所を指定します。

  • 値が 0 (ゼロ) の場合は、基礎となる道路フィーチャの始点でラインが始まることを示します。
  • 値が 1 の場合は、道路フィーチャの終点でラインが始まることを示します。
  • 0 (ゼロ) と 1 の間の値は、基礎となる道路フィーチャに沿ってあるポイントでラインが開始することを示します。たとえば、値が 0.25 の場合、基礎となる道路フィーチャのデジタイズされた方向に沿って 25 パーセント前進したところでラインが開始することを示しています。

Double

ToPosition

基礎となる道路フィーチャをデジタイズした方向を基準にして、出力 RouteEdges フィーチャが始まる場所を指定します。

  • 値が 0 (ゼロ) の場合は、基礎となる道路フィーチャの始点でラインが終わることを示します。
  • 値が 1 の場合は、道路フィーチャの終点でラインが終わることを示します。
  • 0 (ゼロ) と 1 の間の値は、基礎となる道路フィーチャに沿ってあるポイントでラインが終了することを示します。たとえば、値が 0.25 の場合、基礎となる道路フィーチャのデジタイズされた方向に沿って 25 パーセント前進したところでラインが終了することを示しています。

Double

RouteID

エッジを通過したルートを一意に識別します。

The RouteID value corresponds to an ObjectID value from the output routes (RouteOutputDataType.Routes data type).

Long

Attr_Minutes

基礎となる道路フィーチャの通過部分の移動時間 (分)。

メモ:

An additional field Attr_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

Double

Attr_Miles

基礎となる道路フィーチャの通過部分の長さ (マイル)。

Double

Attr_Kilometers

基礎となる道路フィーチャの通過部分の長さ (キロメートル)。

メモ:

An additional field Attr_[DistanceUnits] is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

Double

Attr_Other

基礎となる道路フィーチャの通過部分の移動コスト。このフィールドは、解析の移動モードが時間ベースでも距離ベースでもないインピーダンス属性を使用する場合にのみ含まれます。この値の単位は不明です。

メモ:

Additional fieldsAttr_[AccumulateAttributeName] are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

Cumul_Minutes

この基礎となる道路フィーチャの通過部分の始点から終点までのルートの移動時間 (分)。

メモ:

An additional field Cumul_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each time-based cost attribute that is accumulated during the analysis. The values are in the time units used for the analysis.

Double

Cumul_Miles

この基礎となる道路フィーチャの通過部分の始点から終点までのルートの長さ (マイル)。

Double

Cumul_Kilometers

この基礎となる道路フィーチャの通過部分の始点から終点までのルートの長さ (キロメートル)。

メモ:

An additional field Cumul_[DistanceUnits] is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each distance-based cost attribute that is accumulated during the analysis. The values are in the distance units used for the analysis.

Double

Cumul_Other

この基礎となる道路フィーチャの通過部分の始点から終点までのルートの移動コスト。このフィールドは、解析の移動モードが時間ベースでも距離ベースでもないインピーダンス属性を使用する場合にのみ含まれます。この値の単位は不明です。

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

Attr_[Soft Restriction Attribute Name]

通過したエッジが、このフィールド名で参照されているソフトな規制属性を使用したかどうかを指定します。

  • 0 - 通過したエッジはソフトな規制を使用していない。
  • 1 - 通過したエッジはソフトな規制を使用した。

たとえば、解析が [Avoid Toll Roads] というソフトな規制を使用して実行された場合、このソフトな規制に Attr_Avoid_Toll_Roads というフィールドが作成されます。このフィールドの値が 1 の場合、ルート内の有料道路を表します。

RouteJunctions

This provides access to the individual network junctions through which the routes passed.

The data type supports the following fields:

FieldDescriptionData type

SourceName

The name of the junction source feature class from which the point was generated.

String

SourceOID

The ObjectID of the traversed junction feature. Summarizing the values for this field can provide useful information such as the number of times a particular junction feature is included in all the routes.

Long

RouteJunctionID

The ID representing the junction. This ID may be the same as the SourceOID field for junctions derived from the network, but it can also include the ObjectID of stops visited by the route.

Long

RouteID

Uniquely identifies the route that traversed the junction.

The RouteID value corresponds to an ObjectID value from the output routes (RouteOutputDataType.Routes data type).

Long

Attr_Minutes

The travel time in minutes to traverse the junction.

メモ:

An additional field Attr_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

Double

Attr_Miles

The length in miles added to the route by traversing the junction.

Double

Attr_Kilometers

The length in kilometers added to the route by traversing the junction.

メモ:

An additional field Attr_[DistanceUnits] is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

Double

Attr_Other

The travel cost of the traversed junction. This field is included only when the travel mode used for the analysis has an impedance attribute that is neither time based nor distance based. The value is in unknown units.

メモ:

Additional fieldsAttr_[AccumulateAttributeName] are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

Cumul_Minutes

The travel time in minutes of the route from its origin through this junction.

メモ:

An additional field Cumul_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each time-based cost attribute that is accumulated during the analysis. The values are in the time units used for the analysis.

Double

Cumul_Miles

The length in miles of the route from its origin through this junction.

Double

Cumul_Kilometers

The length in kilometers of the route from its origin through this junction.

メモ:

An additional field Cumul_[DistanceUnits] is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each distance-based cost attribute that is accumulated during the analysis. The values are in the distance units used for the analysis.

Double

Cumul_Other

The travel cost of the route from its origin through this junction. This field is included only when the travel mode used for the analysis has an impedance attribute that is neither time based nor distance based. The value is in unknown units.

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

Attr_[Soft Restriction Attribute Name]

Specifies whether the traversed junction used the soft restriction attribute referred to in this field's name.

  • 0—The traversed junction didn't use the soft restriction.
  • 1—The traversed junction used the soft restriction.

たとえば、解析が [Avoid Toll Roads] というソフトな規制を使用して実行された場合、このソフトな規制に Attr_Avoid_Toll_Roads というフィールドが作成されます。このフィールドの値が 1 の場合、ルート内の有料道路を表します。

RouteTurns

This provides access to the network turns traversed by the routes.

The data type supports the following fields:

FieldDescriptionData type

SourceName

The name of the turn source feature class from which the line was generated.

String

SourceOID

The ObjectID of the traversed turn feature.

Long

RouteTurnID

The ID representing the turn. This ID is generally the same as the SourceOID value.

Long

FromEdgeID

The ObjectID of the line feature in the RouteEdges output that is coincident with the beginning of the turn.

ToEdgeID

The ObjectID of the line feature in the RouteEdges output that is coincident with the end of the turn.

RouteID

Uniquely identifies the route that traversed the turn.

The RouteID value corresponds to an ObjectID value from the output routes (RouteOutputDataType.Routes data type).

Long

Attr_Minutes

The travel time in minutes to traverse the turn.

メモ:

An additional field Attr_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

Double

Attr_Miles

The length in miles added to the route by traversing the turn.

Double

Attr_Kilometers

The length in kilometers added to the route by traversing the turn.

メモ:

An additional field Attr_[DistanceUnits] is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

Double

Attr_Other

The travel cost of the traversed turn. This field is included only when the travel mode used for the analysis has an impedance attribute that is neither time based nor distance based. The value is in unknown units.

メモ:

Additional fieldsAttr_[AccumulateAttributeName] are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

Cumul_Minutes

The travel time in minutes of the route from its origin through this turn.

メモ:

An additional field Cumul_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each time-based cost attribute that is accumulated during the analysis. The values are in the time units used for the analysis.

Double

Cumul_Miles

The length in miles of the route from its origin through this turn.

Double

Cumul_Kilometers

The length in kilometers of the route from its origin through this turn.

メモ:

An additional field Cumul_[DistanceUnits] is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each distance-based cost attribute that is accumulated during the analysis. The values are in the distance units used for the analysis.

Double

Cumul_Other

The travel cost of the route from its origin through this turn. This field is included only when the travel mode used for the analysis has an impedance attribute that is neither time based nor distance based. The value is in unknown units.

メモ:

Additional fieldsCumul_[AccumulateAttributeName] are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

Attr_[Soft Restriction Attribute Name]

Specifies whether the traversed turn used the soft restriction attribute referred to in this field's name.

  • 0—The traversed turn didn't use the soft restriction.
  • 1—The traversed turn used the soft restriction.

たとえば、解析が [Avoid Toll Roads] というソフトな規制を使用して実行された場合、このソフトな規制に Attr_Avoid_Toll_Roads というフィールドが作成されます。このフィールドの値が 1 の場合、ルート内の有料道路を表します。

Directions

各結果ルートのターンごとのルート案内へのアクセスを提供します。

The data type supports the following fields:

FieldDescriptionData type

RouteName

運転動作が適用されるルートの名前。この値は、出力ルートの Name フィールドと同じです。

String

ArriveTime

指定された運転動作を開始する時間。ルートが複数日にまたがる場合、日付と時刻が表示されます。

Date

Type

ルート案内フィーチャが表す走行のタイプまたはルート案内テキストのタイプ。Type が走行タイプまたはルート案内文字列タイプのいずれを参照しているかを判断するには、SubItemType フィールドの値を確認します。

Type は、たとえば、走行タイプに基づいてルート案内テキストに対応するアイコンを割り当てたり、アプリケーションでルート案内を表示する際に、ルート案内文字列タイプに基づいた書式設定スタイルを使用したりすることができます。

Type 値は、下に示された Maneuver Types または Directions String Types の整数です。

走行タイプ

  • 0: 不明
  • 1: ストップに到着
  • 2: 真っすぐ進む
  • 3: 左方向に進む
  • 4: 右方向に進む
  • 5: 左折
  • 6: 右折
  • 7: 左折
  • 8: 右折
  • 9: U ターン
  • 10: フェリーに乗る
  • 11: ロータリーに入る
  • 12: 高速道路へ合流
  • 13: 高速道路を出る
  • 14: 別の高速道路に進む
  • 15: 分岐点で中心車線を維持
  • 16: 分岐点で左車線を維持
  • 17: 分岐点で右車線を維持
  • 18: ストップを出発
  • 19: 移動計画アイテム
  • 20: フェリーの終点
  • 21: 右側ランプ
  • 22: 左側ランプ
  • 23: 左に曲がってからすぐに右に曲がる
  • 24: 右に曲がってからすぐに左に曲がる
  • 25: 右に曲がってからすぐに右に曲がる
  • 26: 左に曲がってからすぐに左に曲がる

ルート案内文字列タイプ

  • 0: 一般のルート案内文字列タイプ
  • 1: 出発のルート案内文字列タイプ
  • 2: 到着のルート案内文字列タイプ
  • 3: 長さのルート案内文字列タイプ
  • 4: 時間のルート案内文字列タイプ
  • 5: 時間サマリーのルート案内文字列タイプ
  • 6: タイム ウィンドウのルート案内文字列タイプ
  • 7: 超過時間のルート案内文字列タイプ
  • 8: 待機時間のルート案内文字列タイプ
  • 9: サービス時間のルート案内文字列タイプ
  • 10: 推定到着時間のルート案内文字列タイプ
  • 11: 累積長のルート案内文字列タイプ
  • 12: 道路名のルート案内文字列タイプ
  • 13: 代替道路名のルート案内文字列タイプ
  • 14: 分岐標識情報のルート案内文字列タイプ
  • 15: 方向標識情報のルート案内文字列タイプ
  • 16: 交差道路名のルート案内文字列タイプ
  • 17: 出口番号標識のルート案内文字列タイプ

Short

SubItemType

Type フィールドが Directions String Types テーブルの整数または Maneuver Types テーブルの整数のいずれを参照するかを指定します。

  • SubItemType 値が 1 の場合、Type は Maneuver Types テーブルの値を参照します。
  • SubItemType 値が 2 の場合、Type は Directions String Types テーブルの値を参照します。

Short

Text

テキストによる移動方向の説明。

String

ElaspsedTime

現在のルート案内が開始してから次のルート案内が開始するまで、または最後のルート案内が終了するまでの経過時間 (分)。

Double

DriveDistance

現在のルート案内が発生した場所から次のルート案内が発生する場所まで、または最後のルート案内が終了する場所までの距離。

The value is in the units specified by the directionsDistanceUnits property of the analysis object.

次のルート案内が開始する場所と同じ場所で発生するルート案内の場合、値は 0 です。たとえば、ルートの開始でのルート案内テキストの場合、DriveDistance は 0 です。

Double

Stops

ルートによって訪問されたストップや、どのルートでも到達できないストップの属性へのアクセスを提供します。

このパラメーターの属性 (Status フィールドなど) を使用すると、ストップがどのルートにも割り当てられなかった理由を確認できます。

The data type supports the following fields. In addition to these fields, the data type also includes all the fields from the input feature class used as stops for the analysis.

FieldDescriptionData type

Name

ルートによって訪問されたストップの名前。このフィールドの値は、入力ストップの Name フィールドからコピーされます。

String

RouteName

ストップが割り当てられるルートの名前。

ツールの実行時に同じルート名を持つ複数の入力ストップはグループ化され、1 つのルートで移動し、ルートにその名前が割り当てられます。入力ストップに複数のルート名が存在する場合、ツールはルート名ごとに 1 つのルートを割り当てて、複数のルートを出力できます。

名前が存在しなければ、すべてのストップが同じルートに属します。

String

Sequence

割り当てられたルートを訪問するストップの順序。RouteName フィールドにリストされます。

Long

TimeWindowStart

ルートがストップを訪問できる最も早い時刻。このフィールドの値は、入力ストップの TimeWindowStart フィールドからコピーされます。

Date

TimeWindowEnd

ルートがストップを訪問できる最も遅い時刻。このフィールドの値は、入力ストップの TimeWindowEnd フィールドからコピーされます。

Date

ArriveCurbApproach

車両がストップに到着するときに、アプローチを車両のどちら側にするかを示します。

Long

DepartCurbApproach

車両がストップから出発するときに、アプローチを車両のどちら側にするかを示します。

Long

ArriveTime

ストップに到着した時刻を示す日時の値。この時間値のタイム ゾーンは、ストップが配置されているネットワーク エレメントから取得されます。

Date

DepartTime

ストップからの開始時刻を示す日時の値。この時間値のタイム ゾーンは、ストップが配置されているネットワーク エレメントから取得されます。

Date

ArriveTimeUTC

ストップに到着した時刻を示す日時の値。この時間値のタイム ゾーンは、ストップが配置されているネットワーク エレメントから取得されます。

Date

DepartTimeUTC

ストップからの開始時刻を UTC (世界協定時) で示す日時の値。

Date

LocationType

ストップ タイプ。このフィールドの値は、入力ストップの LocationType フィールドからコピーされます。

Long

SourceID

入力ポイントが配置されたネットワーク データセット ソース フィーチャクラスの数値 ID。

Long

SourceOID

入力ポイントが配置されたソースにあるフィーチャの ObjectID。

Long

PosAlong

ソース ライン フィーチャのデジタイズ方向に沿った位置。この値は割合として格納されます。ネットワーク位置がジャンクションを参照している場合、このフィールドは NULL になります。

Double

SideOfEdge

ライン フィーチャのデジタイズ方向を基準として定められる、エッジの側。このフィールドがとりうる値は、[右側] (1)、[左側] (2) のいずれかです。

Long

CurbApproach

車両がストップに到着する方向およびストップから出発する方向。このフィールドの値は、入力ストップの CurbApproach フィールドからコピーされます。

Long

Status

ストップが解析でどのように評価されたかを示します。このフィールドを使用して、ルートに割り当てられなかったストップを判定できます。出力される可能性のある値は次のとおりです。

  • 0 (OK) - ストップが交通ネットワーク上に正常に配置され、解析された。
  • 1 (未配置) - 通過可能な道路がストップからの最大検索距離の範囲内ではないため、ストップが解析から除外された。
  • 3 (エレメントを通過できません) - ストップがあるネットワーク エレメントは通過不能です。この状態は、規制属性によってネットワーク エレメントが規制されている場合に発生する可能性があります。
  • 4 (無効なフィールド値): フィールド値が、範囲またはコード値ドメインから外れている。たとえば、正の数値が必要な場合に負の数値が存在しています。
  • 5 (未到達) - 制約のため、ストップに到達できなかった。たとえば、ストップに到達するために、車両が一方通行道路を誤った方向で移動しなければならないように、アプローチ制限が設定された場合などです。
  • 6 (タイム ウィンドウ違反) - ストップのタイム ウィンドウが時間通りに到着できません。ルートは早く、または遅く到着します。
  • 7 (最寄りの位置にない) - 規制またはバリアのため、ストップに最も近いネットワーク ロケーションを通過できない。したがって、代わりに、最も近い通過可能なネットワーク フィーチャ上にストップが配置されている。

Long

SnapX

ネットワーク データセットの座標系で、ポイントが配置されたネットワーク データセット上の位置の X 座標。

Double

SnapY

ネットワーク データセットの座標系で、ポイントが配置されたネットワーク データセット上の位置の Y 座標。

Double

SnapZ

ネットワーク データセットの座標系で、ポイントが配置されたネットワーク データセット上の位置の Z 座標。ネットワークが 2 次元の場合、SnapZ フィールドは 0 になります。

Double

DistanceToNetworkInMeters

ポイントの地理的位置とそのポイントがネットワーク上に配置された位置との間の距離 (メートル単位)。

Double

AdditionalTime

このストップを訪問するときの合計ルート所要時間に追加される時間の長さ。このフィールドの値は、入力ストップの AdditionalTime フィールドからコピーされます。

Double

AdditionalDistance

このストップを訪問するときの合計ルート距離に追加される距離の長さ。このフィールドの値は、入力ストップの AdditionalDistance フィールドからコピーされます。

Double

AdditionalCost

このストップを訪問するときに、合計ルート コストに追加されるコスト。このフィールドの値は、入力ストップの AdditionalCost フィールドからコピーされます。このフィールドは、解析の移動モードが時間ベースでも距離ベースでもないインピーダンス属性を使用する場合にのみ含まれます。

The cost added to the total route cost when this stop is visited. The values for this field are copied from the AdditionalCost field on input stops. This field is included only when the travel mode used for the analysis has an impedance attribute that is neither time based nor distance based.

Double

Cumul_Minutes

起点からストップまでのルートの累積所要時間 (分)。ここに報告される値は、ストップまでの累積ルート時間です。これには、このストップおよびそれ以前のストップでの追加の時間が含まれます。

たとえば、ルート解析で、2 つのストップを訪問するのに 10 分かかり、2 番目のストップの AdditionalTime の値が 5 の場合、Cumul_Minutes の値は 15 分になります。

メモ:

An additional field Cumul_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fieldsCumul_[AccumulateAttributeName]_[TimeUnits] are included for each time-based cost attribute that is accumulated during the analysis.

Double

Cumul_Miles

起点からストップまでのルートの累積距離 (マイル)。ここに報告される値は、ストップまでの累積ルート距離です。これには、このストップおよびそれ以前のストップでの追加の距離が含まれます。

メモ:

An additional field Cumul_[DistanceUnits] is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

メモ:

Additional fieldsCumul_[AccumulateAttributeName]_[DistanceUnits] are included for each distance-based cost attribute that is accumulated during the analysis.

Double

Cumul_Kilometers

起点からストップまでのルートの累積距離 (キロメートル)。ここに報告される値は、ストップまでの累積ルート距離です。これには、このストップおよびそれ以前のストップでの追加の距離が含まれます。

Double

Cumul_Cost

起点からストップまでのルートの累積コスト。ここに報告される値は、ストップまでの累積ルート コストです。これには、このストップおよびそれ以前のストップでの追加のコストが含まれます。このフィールドは、解析の移動モードが時間ベースでも距離ベースでもないインピーダンス属性を使用する場合にのみ含まれます。この値の単位は不明です。

メモ:

Additional fieldsCumul_[AccumulateAttributeName]_Other are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

Wait_Minutes

このフィールドには、ルートがストップに早く到着した場合にタイム ウィンドウが開始する () のを待つのに費やされる時間が格納されます。

解析でタイム ウィンドウが使用されない場合は、フィールドの値は Null になります。

メモ:

An additional field Wait_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fieldsWait_[AccumulateAttributeName]_[TimeUnits] are included for each time-based cost attribute that is accumulated during the analysis.

Double

CumulWait_Minutes

このフィールドには、タイム ウィンドウが開始するのを待つのに費やされた時間の合計が格納されます。待ち時間が計測されます。これには、ルートが訪れた現在のストップとそれ以前のすべてのストップでの待ち時間が含まれます。

解析でタイム ウィンドウが使用されない場合は、フィールドの値は Null になります。

メモ:

An additional field CumulWait_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

Additional fieldsCumulWait_[AccumulateAttributeName]_[TimeUnits] are included for each time-based cost attribute that is accumulated during the analysis.

Double

Violation_Minutes

このフィールドは、タイム ウィンドウが終了した後にルートがどれほど遅く到着したかを示します。具体的には、これには、タイム ウィンドウの終了時刻からルートがストップに到着した時刻までの時間が格納されます。

解析でタイム ウィンドウが使用されない場合は、フィールドの値は Null になります。

メモ:

An additional field Violation_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

Additional fieldsViolation_[AccumulateAttributeName]_[TimeUnits] are included for each time-based cost attribute that is accumulated during the analysis.

Double

CumulViolation_Minutes

このフィールドには、該当するルートで訪れた現在のストップとそれより前のすべてのストップの累積超過時間が格納されます。

解析でタイム ウィンドウが使用されない場合は、フィールドの値は Null になります。

メモ:

An additional field CumulViolation_[TimeUnits] is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

Additional fieldsCumulViolation_[AccumulateAttributeName]_[TimeUnits] are included for each time-based cost attribute that is accumulated during the analysis.

Double

ORIG_FID

入力ストップの ObjectID。このフィールドを使用して、出力ストップから入力ストップ、または入力ストップから出力ストップに属性を結合できます。

Long

Bearing

このフィールドの値は、入力ストップの Bearing フィールドからコピーされます。

Double

BearingTol

このフィールドの値は、入力ストップの BearingTol フィールドからコピーされます。

Double

NavLatency

このフィールドの値は、入力ストップの NavLatency フィールドからコピーされます。

Double