| Interface | Description |
|---|---|
| WeightApproximator |
Specifies a weight approximation between an node and the goalNode according to the specified
weighting.
|
| Weighting |
Specifies how the best route is calculated.
|
| Class | Description |
|---|---|
| AbstractAdjustedWeighting |
The AdjustedWeighting wraps another Weighting.
|
| AbstractWeighting | |
| AvoidEdgesWeighting |
Rates already used Paths worse.
|
| BeelineWeightApproximator |
Approximates the distance to the goal node by weighting the beeline distance according to the
distance weighting
|
| BlockAreaWeighting |
This weighting is a wrapper for every weighting to support block_area
|
| ConsistentWeightApproximator |
Turns an unidirectional weight Approximation into a bidirectional consistent one.
|
| CurvatureWeighting |
This Class uses bendiness parameter to prefer curvy routes.
|
| FastestWeighting |
Calculates the fastest route with the specified vehicle (VehicleEncoder).
|
| GenericWeighting |
Calculates the best route according to a configurable weighting.
|
| PriorityWeighting |
Special weighting for (motor)bike
|
| ShortestWeighting |
Calculates the shortest route - independent of a vehicle as the calculation is based on the
distance only.
|
| ShortFastestWeighting |
Calculates the fastest route with distance influence controlled by a new parameter.
|
| TurnWeighting |
Provides methods to retrieve turn costs for a specific turn.
|
Copyright © 2012–2018. All rights reserved.