Summary
Enumeration of input types for the WasteCollection solver.
Properties
Property | 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 RenewalVisits class can be used as input to indicate the sequence a renewal will be visited by the route when fully specifying the assignment and sequencing. To fully define a route's sequence of stops and renewals, set the AssignmentRule field in the Stops class to 1 (Preserve route and relative sequence) and set a value for the RouteName, RenewalName, and Sequence fields for rows in the RenewalVisits class. 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 |