Uses of Class
com.graphhopper.routing.RouterConfig
Packages that use RouterConfig
-
Uses of RouterConfig in com.graphhopper
Methods in com.graphhopper that return RouterConfigMethods in com.graphhopper with parameters of type RouterConfigModifier and TypeMethodDescriptionprotected RouterGraphHopper.doCreateRouter(BaseGraph baseGraph, EncodingManager encodingManager, LocationIndex locationIndex, Map<String, Profile> profilesByName, PathDetailsBuilderFactory pathBuilderFactory, TranslationMap trMap, RouterConfig routerConfig, WeightingFactory weightingFactory, Map<String, RoutingCHGraph> chGraphs, Map<String, LandmarkStorage> landmarks) -
Uses of RouterConfig in com.graphhopper.isochrone.algorithm
Constructors in com.graphhopper.isochrone.algorithm with parameters of type RouterConfig -
Uses of RouterConfig in com.graphhopper.routing
Fields in com.graphhopper.routing declared as RouterConfigModifier and TypeFieldDescriptionprotected final RouterConfigRouter.FlexSolver.routerConfigprotected final RouterConfigRouter.routerConfigMethods in com.graphhopper.routing with parameters of type RouterConfigModifier and TypeMethodDescriptionprotected Router.SolverRouter.createCHSolver(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, Map<String, RoutingCHGraph> chGraphs) protected Router.SolverRouter.createFlexSolver(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, WeightingFactory weightingFactory, BaseGraph baseGraph, LocationIndex locationIndex) protected Router.SolverRouter.createLMSolver(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, WeightingFactory weightingFactory, BaseGraph baseGraph, LocationIndex locationIndex, Map<String, LandmarkStorage> landmarks) Constructors in com.graphhopper.routing with parameters of type RouterConfigModifierConstructorDescriptionprotectedFlexSolver(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodedValueLookup lookup, WeightingFactory weightingFactory, BaseGraph graph, LocationIndex locationIndex) Router(BaseGraph graph, EncodingManager encodingManager, LocationIndex locationIndex, Map<String, Profile> profilesByName, PathDetailsBuilderFactory pathDetailsBuilderFactory, TranslationMap translationMap, RouterConfig routerConfig, WeightingFactory weightingFactory, Map<String, RoutingCHGraph> chGraphs, Map<String, LandmarkStorage> landmarks) Solver(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodedValueLookup lookup)