Uses of Interface
com.graphhopper.routing.WeightingFactory
Packages that use WeightingFactory
-
Uses of WeightingFactory in com.graphhopper
Methods in com.graphhopper that return WeightingFactoryModifier and TypeMethodDescriptionprotected WeightingFactory
GraphHopper.createWeightingFactory()
Methods in com.graphhopper with parameters of type WeightingFactoryModifier and TypeMethodDescriptionprotected Router
GraphHopper.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 WeightingFactory in com.graphhopper.routing
Classes in com.graphhopper.routing that implement WeightingFactoryFields in com.graphhopper.routing declared as WeightingFactoryMethods in com.graphhopper.routing with parameters of type WeightingFactoryModifier and TypeMethodDescriptionprotected 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) Constructors in com.graphhopper.routing with parameters of type WeightingFactoryModifierConstructorDescriptionprotected
FlexSolver
(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)