Uses of Class
com.graphhopper.routing.querygraph.QueryGraph
Packages that use QueryGraph
Package
Description
-
Uses of QueryGraph in com.graphhopper.isochrone.algorithm
Methods in com.graphhopper.isochrone.algorithm with parameters of type QueryGraphModifier and TypeMethodDescriptionJTSTriangulator.triangulate(Snap snap, QueryGraph queryGraph, ShortestPathTree shortestPathTree, ToDoubleFunction<ShortestPathTree.IsoLabel> fz, double tolerance) Triangulator.triangulate(Snap snap, QueryGraph queryGraph, ShortestPathTree shortestPathTree, ToDoubleFunction<ShortestPathTree.IsoLabel> fz, double tolerance) -
Uses of QueryGraph in com.graphhopper.routing
Methods in com.graphhopper.routing with parameters of type QueryGraphModifier and TypeMethodDescriptionstatic ViaRouting.ResultViaRouting.calcPaths(List<GHPoint> points, QueryGraph queryGraph, List<Snap> snaps, DirectedEdgeFilter directedEdgeFilter, PathCalculator pathCalculator, List<String> curbsides, String curbsideStrictness, List<Double> headings, boolean passThrough) protected FlexiblePathCalculatorRouter.FlexSolver.createPathCalculator(QueryGraph queryGraph) protected abstract PathCalculatorRouter.Solver.createPathCalculator(QueryGraph queryGraph) Constructors in com.graphhopper.routing with parameters of type QueryGraphModifierConstructorDescriptionFlexiblePathCalculator(QueryGraph queryGraph, RoutingAlgorithmFactory algoFactory, Weighting weighting, AlgorithmOptions algoOpts) -
Uses of QueryGraph in com.graphhopper.routing.ch
Constructors in com.graphhopper.routing.ch with parameters of type QueryGraphModifierConstructorDescriptionCHRoutingAlgorithmFactory(RoutingCHGraph routingCHGraph, QueryGraph queryGraph) -
Uses of QueryGraph in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return QueryGraphConstructors in com.graphhopper.routing.querygraph with parameters of type QueryGraphModifierConstructorDescriptionQueryRoutingCHGraph(RoutingCHGraph routingCHGraph, QueryGraph queryGraph)