Uses of Interface
com.graphhopper.routing.PathCalculator
Packages that use PathCalculator
-
Uses of PathCalculator in com.graphhopper.routing
Classes in com.graphhopper.routing that implement PathCalculatorMethods in com.graphhopper.routing that return PathCalculatorModifier and TypeMethodDescriptionprotected abstract PathCalculator
Router.Solver.createPathCalculator
(QueryGraph queryGraph) Methods in com.graphhopper.routing with parameters of type PathCalculatorModifier and TypeMethodDescriptionstatic ViaRouting.Result
ViaRouting.calcPaths
(List<GHPoint> points, QueryGraph queryGraph, List<Snap> snaps, DirectedEdgeFilter directedEdgeFilter, PathCalculator pathCalculator, List<String> curbsides, boolean forceCurbsides, List<Double> headings, boolean passThrough)