Uses of Interface
com.graphhopper.routing.weighting.WeightApproximator
Packages that use WeightApproximator
Package
Description
-
Uses of WeightApproximator in com.graphhopper.routing
Methods in com.graphhopper.routing that return WeightApproximatorModifier and TypeMethodDescriptionAStarBidirection.getApproximation()AStarBidirectionCH.getApproximation()AStarBidirectionEdgeCHNoSOD.getApproximation()static WeightApproximatorRoutingAlgorithmFactorySimple.getApproximation(String prop, PMap opts, Weighting weighting, NodeAccess na) Methods in com.graphhopper.routing with parameters of type WeightApproximatorModifier and TypeMethodDescriptionAStar.setApproximation(WeightApproximator approx) AStarBidirection.setApproximation(WeightApproximator approx) AStarBidirectionCH.setApproximation(WeightApproximator approx) AStarBidirectionEdgeCHNoSOD.setApproximation(WeightApproximator weightApproximator) -
Uses of WeightApproximator in com.graphhopper.routing.lm
Classes in com.graphhopper.routing.lm that implement WeightApproximatorModifier and TypeClassDescriptionclassThis class is a weight approximation based on precalculated landmarks.classJust a sanity-check implementation for WeightApproximator, which 'approximates' perfectly.Methods in com.graphhopper.routing.lm that return WeightApproximator -
Uses of WeightApproximator in com.graphhopper.routing.weighting
Classes in com.graphhopper.routing.weighting that implement WeightApproximatorModifier and TypeClassDescriptionclassApproximates the distance to the goal node by weighting the beeline distance according to the distance weightingMethods in com.graphhopper.routing.weighting that return WeightApproximatorModifier and TypeMethodDescriptionBalancedWeightApproximator.getApproximation()BeelineWeightApproximator.reverse()WeightApproximator.reverse()Makes a 'reverse' copy of itself to make it possible using the two objects independent e.g.BeelineWeightApproximator.setEpsilon(double epsilon) Constructors in com.graphhopper.routing.weighting with parameters of type WeightApproximator