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:
Field | Description | Data 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:
Field | Description | Data type |
---|---|---|
SourceName | ラインを生成する元になったエッジ ソース フィーチャクラスの名前。 | String |
SourceOID | 商圏内道路フィーチャの ObjectID。このフィールドの値を集計すると、特定の道路フィーチャがすべてのルートに含まれる回数など、役に立つ情報を得ることができます。 | Long |
RouteEdgeID | 道路フィーチャを構成するエッジを表す ID。1 つの道路フィーチャには複数のエッジが存在する可能性があるため、SourceOID フィールドを使用して商圏内道路を一意に識別したり、RouteEdgeID フィールドを使用して商圏内道路フィーチャ内にあるエッジを一意に識別することができます。 | Long |
FromPosition | 基礎となる道路フィーチャをデジタイズした方向を基準にして、出力 RouteEdges フィーチャが始まる場所を指定します。
| Double |
ToPosition | 基礎となる道路フィーチャをデジタイズした方向を基準にして、出力 RouteEdges フィーチャが終了する場所を指定します。
| 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] | 通過したエッジが、このフィールド名で参照されているソフトな規制属性を使用したかどうかを指定します。
たとえば、解析が [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:
Field | Description | Data 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.
たとえば、解析が [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:
Field | Description | Data 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.
たとえば、解析が [Avoid Toll Roads] というソフトな規制を使用して実行された場合、このソフトな規制に Attr_Avoid_Toll_Roads というフィールドが作成されます。このフィールドの値が 1 の場合、ルート内の有料道路を表します。 |
Directions
各結果ルートのターンごとのルート案内へのアクセスを提供します。
The data type supports the following fields:
Field | Description | Data type |
---|---|---|
RouteName | 運転動作が適用されるルートの名前。この値は、出力ルートの Name フィールドと同じです。 | String |
ArriveTime | 指定された運転動作を開始する時間。ルートが複数日にまたがる場合、日付と時刻が表示されます。 | Date |
Type | ルート案内フィーチャが表す走行のタイプまたはルート案内テキストのタイプ。Type が走行タイプまたはルート案内文字列タイプのいずれを参照しているかを判断するには、SubItemType フィールドの値を確認します。 Type は、たとえば、走行タイプに基づいてルート案内テキストに対応するアイコンを割り当てたり、アプリケーションでルート案内を表示する際に、ルート案内文字列タイプに基づいた書式設定スタイルを使用したりすることができます。 Type 値は、下に示された Maneuver Types または Directions String Types の整数です。 走行タイプ
ルート案内文字列タイプ
| Short |
SubItemType | Type フィールドが Directions String Types テーブルの整数または Maneuver 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.
Field | Description | Data 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 | ネットワーク上の位置を基準としたその地点のステータスと解析の結果を示します。出力される可能性のある値は次のとおりです。
| 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 |
DirectionPoints
解析で算出されたルートに対して出力されるルート案内を示します。特定のルート案内イベントまたは走行が発生したルートに沿ったポイント位置として表されます。
Field name | Description | Data type |
---|---|---|
RouteID | 該当するルート案内ポイントが関連付けられている出力 Routes フィーチャの ObjectID。 | Integer |
Sequence | 該当するルートのルート案内ポイントの順番 (1 から始まる)。 | Integer |
DirectionPointType | ポイントで記述されたルート案内イベントまたは走行のタイプ。次のいずれかの値で表されます。
| Integer |
StopID | The ObjectID of the stop with which this direction point is associated, if any. If the point does not represent a visit to a stop, the value is null. | Integer |
DisplayText | 使用中のアプリケーションで表示するルート案内テキスト。 | String |
ArrivalTime | 協定世界時 (UTC) でのルート案内イベントの発生時刻。 | Date |
ArrivalUTCOffset | 走行位置の現地時間と ArrivalTime フィールドに示された UTC 時間 (分単位) との差異 (分単位)。 | Double |
Name | ルート案内ポイントの名前。 | String |
ExitName | ルート案内指示に表示される高速道路出口名。 | String |
AlternateName | ルート案内指示に表示される代替ソース名。 | String |
IntersectingName | ルート案内指示に表示される交差点または交差道路の名前。 | String |
BranchName | ルート案内指示に表示される分岐標識名。 | String |
TowardName | ルート案内指示に表示される目的地までの方向標識名。 | String |
Level | 該当するルート案内イベントが発生した建物の階。この値は、解析用のネットワーク データセット内に定義された Level プロパティに相当します。 | Integer |
ShortVoiceInstruction | 使用中のアプリケーションで音声ガイダンス テキストとして使用する短い形式のテキスト。 | String |
VoiceInstruction | 使用中のアプリケーションで音声ガイダンス テキストとして使用するテキスト全文 (展開された略語と複数形の語句を含む)。 | String |
Azimuth | この地点を出発する車両の方位 (度単位)。ゼロは北を示します。 | Double |
DirectionLines
解析で算出され、DirectionPoints イベント位置間または走行位置間の各ルート セグメントを表すためにスライスされた出力ルート ラインを示します。
フィールド名 | 説明 | データ タイプ |
---|---|---|
DirectionPointID | 該当するラインが関連付けられている DirectionPoints テーブル内のフィーチャの ObjectID。 | Integer |
RouteID | 該当するルート案内ラインが関連付けられている出力 Routes フィーチャの ObjectID。 | Integer |
DirectionLineType | 該当するラインで記述されたルート案内状況のタイプ。次のいずれかの値で表されます。
| Integer |
Meters | メートル単位で計測されたライン セグメントの長さ。 | Double |
Minutes | 分単位でのライン セグメントに沿った移動時間。 | Double |
FromLevel | 該当するルート案内イベントが始まる建物の階。この値は、解析用のネットワーク データセット内に定義された Level プロパティに相当します。ネットワーク データセットのルート案内構成の詳細 | Integer |
ToLevel | 該当するルート案内イベントが終わる建物の階。この値は、解析用のネットワーク データセット内に定義された Level プロパティに相当します。 | Integer |