Package | Description |
---|---|
com.graphhopper.routing | |
com.graphhopper.routing.lm | |
com.graphhopper.routing.weighting |
Modifier and Type | Method and Description |
---|---|
WeightApproximator |
AStarBidirectionEdgeCHNoSOD.getApproximation() |
WeightApproximator |
AStarBidirectionCH.getApproximation() |
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*.
|
AStarBidirectionEdgeCHNoSOD |
AStarBidirectionEdgeCHNoSOD.setApproximation(WeightApproximator weightApproximator) |
AStarBidirectionCH |
AStarBidirectionCH.setApproximation(WeightApproximator approx) |
AStar |
AStar.setApproximation(WeightApproximator approx) |
AStarBidirection |
AStarBidirection.setApproximation(WeightApproximator approx) |
Modifier and Type | Class and Description |
---|---|
class |
LMApproximator
This class is a weight approximation based on precalculated landmarks.
|
class |
PerfectApproximator
Just a sanity-check implementation for WeightApproximator, which 'approximates' perfectly.
|
Modifier and Type | Method and Description |
---|---|
WeightApproximator |
PerfectApproximator.reverse() |
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 |
BalancedWeightApproximator.getApproximation() |
WeightApproximator |
BeelineWeightApproximator.reverse() |
WeightApproximator |
WeightApproximator.reverse()
Makes a 'reverse' copy of itself to make it possible using the two objects independent e.g.
|
WeightApproximator |
BeelineWeightApproximator.setEpsilon(double epsilon) |
Constructor and Description |
---|
BalancedWeightApproximator(WeightApproximator weightApprox) |
Copyright © 2012–2020. All rights reserved.