Uses of Class
com.graphhopper.routing.Router.Solver
Packages that use Router.Solver
-
Uses of Router.Solver in com.graphhopper.routing
Subclasses of Router.Solver in com.graphhopper.routingMethods in com.graphhopper.routing that return Router.SolverModifier and TypeMethodDescriptionprotected Router.Solver
Router.createCHSolver
(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, Map<String, RoutingCHGraph> chGraphs) protected Router.Solver
Router.createFlexSolver
(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, WeightingFactory weightingFactory, BaseGraph baseGraph, LocationIndex locationIndex) protected Router.Solver
Router.createLMSolver
(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, WeightingFactory weightingFactory, BaseGraph baseGraph, LocationIndex locationIndex, Map<String, LandmarkStorage> landmarks) protected Router.Solver
Router.createSolver
(GHRequest request) Methods in com.graphhopper.routing with parameters of type Router.SolverModifier and TypeMethodDescriptionprotected GHResponse
Router.routeAlt
(GHRequest request, Router.Solver solver) protected GHResponse
Router.routeVia
(GHRequest request, Router.Solver solver)