WasteCollectionInputDataType
Summary
Enumeration of input types for the WasteCollection solver.
Properties
| Name | Explanation | Data type |
|---|---|---|
|
Stops (Read only) |
The stops that will be used as input for the waste collection analysis. A stop is the location where a customer's waste will be collected. Although you can use a separate stop for every household, internally the solver aggregates all the stops along each street edge and requires that they be collected by the same route. Consequently, you can use a single stop for each street edge instead. |
Object |
|
Depots (Read only) |
The depots that will be used as input for the waste collection analysis. A depot is a location that a vehicle departs from at the beginning of its workday and returns to at the end of the workday. |
Object |
|
Routes (Read only) |
The routes that will be used as input for the waste collection analysis. A route defines vehicle and driver characteristics. The waste collection solver tries to minimize the number of routes used instead of distributing the work evenly among all provided routes. |
Object |
|
Renewals (Read only) |
The renewals that will be used as input for the waste collection analysis. A renewal is the location where the vehicle can be emptied during the day such as a landfill, recycling center, or transfer station. |
Object |
|
RouteRenewals (Read only) |
The route renewals that will be used as input for the waste collection analysis. Route renewals pairs the routes with the renewal locations they visit. |
Object |
|
RenewalVisits (Read only) |
The renewal visits that will be used as input for the waste collection analysis. Although ordinarily used as an output, the A maximum of three renewal visits per route is supported. |
Object |
|
PointBarriers (Read only) |
Point barriers that temporarily restrict traversal across or add impedance to points on the network. |
Object |
|
LineBarriers (Read only) |
Line barriers that temporarily restrict traversal across a line. |
Object |
|
PolygonBarriers (Read only) |
Polygon barriers that temporarily restrict traversal or scale impedance on the parts of the network they cover. |
Object |