WasteCollection output data types

The output data types containing the results from a waste collection analysis are described below.

Stops

The output is a copy of the input Stops table with additional information about which route served each stop and the stop sequence along the route.

The output Stops table includes all fields from the input Stops table. Fields that are updated or added to the output are listed in the following table:

FieldDescriptionData type

ObjectID

フィーチャのオブジェクト ID。

ObjectID

RouteName

The name of the route to which the stop is assigned.

This field corresponds to the Name field in the output Routes table.

Text

Sequence

The sequence of the stop on its assigned route.

Output sequence values for a route are shared across renewal visits and stops. The sequences start from 1 for the first stop on the route.

Long

RouteLineID

The ObjectID value of the output RouteLines feature that serves this stop. This associates the individual stop locations with the further details of the route plan, such as when the vehicle will be collecting on this street.

Long

These fields contain a summary of violated constraints and are set after a solve operation. Each field will contain one violation. If a stop has more than one violation, the next ViolatedConstraint_* field will be used.

  • Capacities exceeded (1)—The preassigned stops cannot be assigned to the route, because assigning the stops will exceed the total route capacity as specified by the route's TotalBin_*, TotalWeight_*, and TotalVolume_* field values.
  • MaxTotalTime exceeded (2)—The travel time from the start depot to the end depot plus the service and wait times at both depots exceeds the total time for the route as specified by the route's MaxTotalTime field value.
  • MaxTotalDistance exceeded (4)—The travel distance from the start depot to the end depot exceeds the total travel distance for the route as specified by the route's MaxTotalDistance field value.
  • Unreachable (10)—A preassigned stop is located on a network element that cannot be reached by the route.
  • Cannot insert required renewal (12)—A route exceeds its capacity and needs to visit a route renewal; however, the associated route renewal has a null sequence value in the presence of preassigned stops and cannot be inserted anywhere without introducing other violations.

Learn more about troubleshooting network analyses

注意:

The violated constraint field value of an unrouted stop may or may not describe all its violations. If the violation is severe enough to immediately exclude the stop from further consideration, the solver does so, which prevents any other violations from being discovered for that stop. If a violation is encountered that doesn't automatically stop a solution from being generated, the violation is noted in violated constraint fields, and the solver continues to consider the stop. Any further violations such as these are added to the violated constraint fields until either the solver finds a violation that prematurely stops the solve process for that particular stop, or the solver finds an overall solution to the problem.

Long

Status

ネットワーク上の位置を基準としたその地点のステータスと解析の結果を指定します。 出力される可能性のある値は次のとおりです。

  • 0 (OK) - その地点がネットワーク上で特定されました。
  • 1 (未配置) - その地点はネットワーク上で特定されなかったため、解析の対象外となりました。
  • 2 (ネットワーク エレメントが未配置) - その地点のネットワーク ロケーション フィールドで特定されたネットワーク エレメントが見つかりません。 これは、その地点があるはずのネットワーク エレメントが削除され、ネットワーク ロケーションが再計算されなかった場合に発生する可能性があります。
  • 3 (エレメントを通過できません) - その地点があるネットワーク エレメントを通過できません。 この状態は、規制属性によってエレメントが規制されている場合に発生する可能性があります。
  • 4 (無効なフィールド値) - フィールド値が、範囲またはコード値ドメインから外れています。 たとえば、正の数値が必要な箇所に負の数値が存在しています。
  • 5 (未到達) - 解析でその地点に到着できません。 他の入力から切り離された別個のネットワーク領域にその地点が存在するか、バリアまたは制限によってその地点との往来が禁止されています。
  • 6 (タイム ウィンドウ違反) - 指定されたタイム ウィンドウ内にその地点に到着できませんでした。 このステータスは、タイム ウィンドウをサポートしているネットワーク解析タイプにのみ適用されます。
  • 7 (最寄りの位置にない) - 規制またはバリアによって、その地点に最も近いネットワーク ロケーションを通過できません。このため、代わりに、最も近い通過可能なネットワーク フィーチャ上にその地点が配置されました。

Long

Network location fields

  • SourceID
  • SourceOID
  • PosAlong
  • SideOfEdge
  • SnapX
  • SnapY
  • SnapZ
  • DistanceToNetworkInMeters

これらのプロパティを組み合わせて、オブジェクトが配置されているネットワーク上のポイントを表します。

ネットワーク上での入力の特定の詳細

Depots

The output is a copy of the input Depots table with additional information about how the depots were located on the network.

The output Depots table includes all fields from the input Depots table. Only fields that are added to the output are listed in the following table:

FieldDescriptionData type

ObjectID

フィーチャのオブジェクト ID。

ObjectID

Status

ネットワーク上の位置を基準としたその地点のステータスと解析の結果を指定します。 出力される可能性のある値は次のとおりです。

  • 0 (OK) - その地点がネットワーク上で特定されました。
  • 1 (未配置) - その地点はネットワーク上で特定されなかったため、解析の対象外となりました。
  • 2 (ネットワーク エレメントが未配置) - その地点のネットワーク ロケーション フィールドで特定されたネットワーク エレメントが見つかりません。 これは、その地点があるはずのネットワーク エレメントが削除され、ネットワーク ロケーションが再計算されなかった場合に発生する可能性があります。
  • 3 (エレメントを通過できません) - その地点があるネットワーク エレメントを通過できません。 この状態は、規制属性によってエレメントが規制されている場合に発生する可能性があります。
  • 4 (無効なフィールド値) - フィールド値が、範囲またはコード値ドメインから外れています。 たとえば、正の数値が必要な箇所に負の数値が存在しています。
  • 5 (未到達) - 解析でその地点に到着できません。 他の入力から切り離された別個のネットワーク領域にその地点が存在するか、バリアまたは制限によってその地点との往来が禁止されています。
  • 6 (タイム ウィンドウ違反) - 指定されたタイム ウィンドウ内にその地点に到着できませんでした。 このステータスは、タイム ウィンドウをサポートしているネットワーク解析タイプにのみ適用されます。
  • 7 (最寄りの位置にない) - 規制またはバリアによって、その地点に最も近いネットワーク ロケーションを通過できません。このため、代わりに、最も近い通過可能なネットワーク フィーチャ上にその地点が配置されました。

Long

Network location fields

  • SourceID
  • SourceOID
  • PosAlong
  • SideOfEdge
  • SnapX
  • SnapY
  • SnapZ
  • DistanceToNetworkInMeters

これらのプロパティを組み合わせて、オブジェクトが配置されているネットワーク上のポイントを表します。

ネットワーク上での入力の特定の詳細

Routes

These are the output routes. The routes describe the region each route will operate, the amount of waste collected, and the travel time and distance.

The output Routes table includes all fields from the input Routes table as well as additional fields describing how each route serviced the stops. Only fields that are added to the output are listed below.

Field nameDescriptionData type

ObjectID

フィーチャのオブジェクト ID。

ObjectID

Describes constraints violated by the route. The constraints are given as integers as described in the list below.

  • Capacities exceeded (1)—The preassigned stops cannot be assigned to the route, because assigning the stops will exceed the total route capacity as specified by the route's Capacities field value.
  • MaxTotalTime exceeded (2)—The travel time from the start depot to the end depot plus the service and wait times at both depots exceeds the total time for the route as specified by the route's MaxTotalTime field value.
  • MaxTotalDistance exceeded (4)—The travel distance from the start depot to the end depot exceeds the total travel distance for the route as specified by the route's MaxTotalDistance field value.
  • Unreachable (10)—A preassigned stop is located on a network element that cannot be reached by the route.
  • Cannot insert required renewal (12)—A route exceeds its capacity and needs to visit a route renewal; however, the associated route renewal has a null sequence value in the presence of preassigned stops and cannot be inserted anywhere without introducing other violations.

Long

StopCount

The number of stops serviced by this route.

Long

RenewalCount

The number of renewal visits needed by this route.

Long

TotalBins_1

The total number of bins for fraction 1 serviced by this route.

Double

TotalWeight_1

The total physical weight of waste for fraction 1 collected by this route.

Double

TotalVolume_1

The total volume of waste for fraction 1 collected by this route.

Double

TotalBins_2

The total number of bins for fraction 2 serviced by this route.

Double

TotalWeight_2

The total physical weight of waste for fraction 2 collected by this route.

Double

TotalVolume_2

The total volume of waste for fraction 2 collected by this route.

Double

TotalTime

The total route duration. This includes travel time as well as service times at stops, renewals, and starting and ending depots.

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

Double

TotalTravelTime

ルートの合計移動時間。

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

Double

TotalStopServiceTime

The total service time spent at all stops on the route.

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

Double

TotalDistance

ルートの合計移動距離。

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

Double

EndTime

The ending time of the route. The route ends upon completion of service at the ending depot. This end time reflects the travel times that were used during the optimization by the solver.

Time Only

RouteLines

The output route lines describing the paths taken through the network to visit the stops.

Field nameDescriptionData type

ObjectID

フィーチャのオブジェクト ID。

ObjectID

RouteName

The name of the route with which this route segment is associated. The RouteName field is a foreign key to the Name field in the Routes class.

Text

CollectionSequence

The sequence of the route's collection segments.

Long

Activity

Indicates whether the driver collected bins while traversing the route segment. The constraints are given as integers as described in the list below.

  • Collect Both Sides (1)—The driver collects bins from both sides of the street while traversing the route segment.
  • Collect Left Side (2)—The driver collects bins from the left side of the street while traversing the route segment.
  • Collect Right Side (3)—The driver collects bins from the right side of the street while traversing the route segment.
  • Stem (4)—The driver traverses the route segment from the depot to the first stop, from a stop to the renewal, or from the renewal to a stop or a depot.
  • Traverse (5)—The driver traversed the route segment to get from one place to another without collecting bines.

Long

ArriveTime

The time the route starts traversing this route segment in the time zone of the route's starting depot.

Time Only

DepartTime

The time the route finishes traversing this route segment in the time zone of the route's starting depot.

For collection segments, the depart time includes the service time of stops visited on this route segment. For stem segments, the service time at the renewal or depot is not included, because that is accounted for at the renewal or depot location and not on the route segment.

Time Only

StopCount

The number of stops from which to collect waste on this route segment. This field is null if no waste is to be collected.

Long

Bins_1

The number of bins for fraction 1 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Weight_1

The physical weight of waste for fraction 1 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Volume_1

The volume of waste for fraction 1 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Bins_2

The number of bins for fraction 2 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Weight_2

The physical weight of waste for fraction 2 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Volume_2

The volume of waste for fraction 2 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

ReportGrouping

This field is used to group route segments in output waste collection reports to allow for close-up maps for each group.

Long

Renewals

The output is a copy of the input Renewals table with additional information about how the renewals were located on the network.

The output Renewals table includes all fields from the input Renewals table. Only fields that are added to the output are listed in the following table:

FieldDescriptionData type

ObjectID

フィーチャのオブジェクト ID。

ObjectID

Status

ネットワーク上の位置を基準としたその地点のステータスと解析の結果を指定します。 出力される可能性のある値は次のとおりです。

  • 0 (OK) - その地点がネットワーク上で特定されました。
  • 1 (未配置) - その地点はネットワーク上で特定されなかったため、解析の対象外となりました。
  • 2 (ネットワーク エレメントが未配置) - その地点のネットワーク ロケーション フィールドで特定されたネットワーク エレメントが見つかりません。 これは、その地点があるはずのネットワーク エレメントが削除され、ネットワーク ロケーションが再計算されなかった場合に発生する可能性があります。
  • 3 (エレメントを通過できません) - その地点があるネットワーク エレメントを通過できません。 この状態は、規制属性によってエレメントが規制されている場合に発生する可能性があります。
  • 4 (無効なフィールド値) - フィールド値が、範囲またはコード値ドメインから外れています。 たとえば、正の数値が必要な箇所に負の数値が存在しています。
  • 5 (未到達) - 解析でその地点に到着できません。 他の入力から切り離された別個のネットワーク領域にその地点が存在するか、バリアまたは制限によってその地点との往来が禁止されています。
  • 6 (タイム ウィンドウ違反) - 指定されたタイム ウィンドウ内にその地点に到着できませんでした。 このステータスは、タイム ウィンドウをサポートしているネットワーク解析タイプにのみ適用されます。
  • 7 (最寄りの位置にない) - 規制またはバリアによって、その地点に最も近いネットワーク ロケーションを通過できません。このため、代わりに、最も近い通過可能なネットワーク フィーチャ上にその地点が配置されました。

Long

Network location fields

  • SourceID
  • SourceOID
  • PosAlong
  • SideOfEdge
  • SnapX
  • SnapY
  • SnapZ
  • DistanceToNetworkInMeters

これらのプロパティを組み合わせて、オブジェクトが配置されているネットワーク上のポイントを表します。

ネットワーク上での入力の特定の詳細

RenewalVisits

This is each instance of a renewal being visited by a route, including the time of the visit and information about the amount of waste unloaded at the renewal. A maximum of three renewal visits per route is supported.

FieldDescriptionData type

ObjectID

フィーチャのオブジェクト ID。

ObjectID

RouteName

The name of the route this renewal applies to.

The value of this field corresponds to a value in the Name field of a route in the Routes output class.

Text

RenewalName

The name of the renewal where the truck was unloaded.

The value of this field corresponds to a value in the Name field of a route in the Renewals output class.

Text

Sequence

The sequence of the visited renewal along the route.

Long

ArriveTime

The arrival time at the renewal.

Time Only

DepartTime

The departure time from the renewal.

Time Only

UnloadedBins_1

The number of bins collected for fraction 1 unloaded at the renewal.

Double

UnloadedWeight_1

The physical weight of waste for fraction 1 unloaded at the renewal.

Double

UnloadedVolume_1

The volume of waste for fraction 1 unloaded at the renewal.

Double

UnloadedBins_2

The number of bins collected for fraction 2 unloaded at the renewal.

Double

UnloadedWeight_2

The physical weight of waste for fraction 2 unloaded at the renewal.

Double

UnloadedVolume_2

The volume of waste for fraction 2 unloaded at the renewal.

Double

DirectionPoints

解析で算出されたルートに対して出力されるルート案内を指定します。特定のルート案内イベントまたはマヌーバーが発生したルートに沿ったポイント位置として表されます。

Field nameDescriptionData type

ObjectID

フィーチャのオブジェクト ID。

ObjectID

RouteID

The ObjectID value of the output Routes feature with which this direction point is associated.

Long

Sequence

該当するルートのルート案内ポイントの順番 (1 から始まる)。

Long

DirectionPointType

ポイントで記述されたルート案内イベントまたはマヌーバー タイプを指定します。次のいずれかの値で表されます。

  • ヘッダー (1)
  • 到着 (50)
  • 出発 (51)
  • 直進 (52)
  • フェリー乗船 (100)
  • フェリー降船 (101)
  • 分岐点で中心車線を維持 (102)
  • ラウンドアバウト (103)
  • U ターン (104)
  • ドア (150)
  • 階段 (151)
  • エレベーター (152)
  • エスカレーター (153)
  • 歩行者用スロープ (154)
  • 分岐点で左車線を維持 (200)
  • 左側ランプ (201)
  • 時計回りのロータリー (202)
  • 左回りの U ターン (203)
  • 左方向に進む (204)
  • 左折 (205)
  • 急角度で左折 (206)
  • 左折してすぐに左折 (207)
  • 左折してすぐに右折 (208)
  • 分岐点で右車線を維持 (300)
  • 右側ランプ (301)
  • 反時計回りのロータリー (302)
  • 右回りの U ターン (303)
  • 右方向に進む (304)
  • 右折 (305)
  • 急角度で右折 (306)
  • 右折してすぐに左折 (307)
  • 右折してすぐに右折 (308)
  • 上りエレベーター (400)
  • 上りエスカレーター (401)
  • 上り階段 (402)
  • 下りエレベーター (500)
  • 下りエスカレーター (501)
  • 下り階段 (502)
  • 一般イベント (1000)
  • ランドマーク (1001)
  • タイム ゾーンの変更 (1002)
  • 交通イベント (1003)
  • 踏切のコスト係数指定イベント (1004)
  • 境界交差 (1005)
  • 規制違反 (1006)
  • 車線 (1007)

Long

RenewalID

The ObjectID value of the output Renewals feature with which this direction point is associated.

Long

DisplayText

使用中のアプリケーションで表示されるルート案内テキスト。

Text

ArrivalTime

UTC (協定世界時) でのルート案内イベントの発生時刻。

Date

ArrivalUTCOffset

マヌーバー位置の現地時間と ArrivalTime フィールドに示された UTC 時間との差異 (分単位)。

Double

Name

ルート案内ポイントの名前。

Text

ExitName

ルート案内指示に表示される高速道路出口名。

Text

AlternateName

ルート案内指示に表示される代替ソース名。

Text

IntersectingName

ルート案内指示に表示される交差点または交差道路の名前。

Text

BranchName

ルート案内指示に表示される分岐標識名。

Text

TowardName

ルート案内指示に表示される目的地までの方向標識名。

Text

Level

該当するルート案内イベントが発生した建物の階。 この値は、解析用のネットワーク データセット内に定義された Level プロパティに相当します。

Long

ShortVoiceInstruction

使用中のアプリケーションで音声ガイダンス テキストとして使用される短い形式のテキスト。

Text

VoiceInstruction

使用中のアプリケーションで音声ガイダンス テキストとして使用される追加のテキスト (展開された略語と複数形の語句を含む)。

Text

Azimuth

この地点を出発する車両の方位 (度単位)。 ゼロは北を示します。

Double

FromIntersectingName

The name of the intersecting cross street where the collection will start.

Text

ToIntersectingName

The name of the intersecting cross street where the collection will end.

Text

DirectionLines

これは、解析で算出され、DirectionPoints イベント位置間またはマヌーバー位置間の各ルート セグメントを表すためにスライスされた出力ルート ラインです。

フィールド名説明データ タイプ

ObjectID

フィーチャのオブジェクト ID。

ObjectID

DirectionPointID

該当するラインが関連付けられている DirectionPoints テーブル内のフィーチャの ObjectID 値。

Long

RouteID

該当するルート案内ラインが関連付けられている出力 Routes フィーチャの ObjectID 値。

Long

DirectionLineType

該当するラインで記述されたルート案内状況のタイプを指定します。次のいずれかの値で表されます。

  • 不明 (0)
  • セグメント (1)
  • マヌーバー セグメント (2)
  • 規制違反 (3)
  • 踏切のコスト係数指定 (4)
  • 多い交通量 (5)
  • 低速の交通量 (6)
  • 中程度の交通量 (7)

Long

Meters

メートル単位で計測されたライン セグメントの長さ。

Double

Minutes

分単位でのライン セグメントに沿った移動時間。

Double

FromLevel

該当するルート案内イベントが始まる建物の階。 この値は、解析用のネットワーク データセット内に定義された Level プロパティに相当します。

Long

ToLevel

該当するルート案内イベントが終わる建物の階。 この値は、解析用のネットワーク データセット内に定義された Level プロパティに相当します。

Long