| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.lm | |
| com.graphhopper.routing.weighting |
| Modifier and Type | Method and Description |
|---|---|
WeightApproximator |
AStarBidirection.getApproximation() |
static WeightApproximator |
RoutingAlgorithmFactorySimple.getApproximation(String prop,
AlgorithmOptions opts,
NodeAccess na) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativeRoute.setApproximation(WeightApproximator weightApproximator)
This method sets the approximation used for the internal bidirectional A*.
|
AStarBidirection |
AStarBidirection.setApproximation(WeightApproximator approx) |
AStar |
AStar.setApproximation(WeightApproximator approx) |
| Modifier and Type | Class and Description |
|---|---|
class |
LMApproximator
This class is a weight approximation based on precalculated landmarks.
|
| Modifier and Type | Method and Description |
|---|---|
WeightApproximator |
LMApproximator.reverse() |
| Modifier and Type | Class and Description |
|---|---|
class |
BeelineWeightApproximator
Approximates the distance to the goal node by weighting the beeline distance according to the
distance weighting
|
| Modifier and Type | Method and Description |
|---|---|
WeightApproximator |
ConsistentWeightApproximator.getApproximation() |
WeightApproximator |
WeightApproximator.reverse()
Makes a 'reverse' copy of itself to make it possible using the two objects independent e.g.
|
WeightApproximator |
BeelineWeightApproximator.reverse() |
WeightApproximator |
BeelineWeightApproximator.setEpsilon(double epsilon) |
| Constructor and Description |
|---|
ConsistentWeightApproximator(WeightApproximator weightApprox) |
Copyright © 2012–2018. All rights reserved.