Uses of Class
com.graphhopper.routing.util.EncodingManager
Packages that use EncodingManager
Package
Description
-
Uses of EncodingManager in com.graphhopper
Fields in com.graphhopper declared as EncodingManagerMethods in com.graphhopper that return EncodingManagerModifier and TypeMethodDescriptionprotected EncodingManager
GraphHopper.buildEncodingManager
(Map<String, PMap> encodedValuesWithProps, Map<String, ImportUnit> activeImportUnits, Map<String, List<String>> restrictionVehicleTypesByProfile) GraphHopper.getEncodingManager()
Methods in com.graphhopper with parameters of type EncodingManagerModifier 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 EncodingManager in com.graphhopper.routing
Fields in com.graphhopper.routing declared as EncodingManagerMethods in com.graphhopper.routing with parameters of type EncodingManagerModifier 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) Constructors in com.graphhopper.routing with parameters of type EncodingManagerModifierConstructorDescriptionDefaultWeightingFactory
(BaseGraph graph, EncodingManager encodingManager) 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) -
Uses of EncodingManager in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm with parameters of type EncodingManagerModifier and TypeMethodDescriptionLMPreparationHandler.prepare
(List<LMConfig> lmConfigs, BaseGraph baseGraph, EncodingManager encodingManager, StorableProperties properties, LocationIndex locationIndex, boolean closeEarly) Prepares the landmark data for all given configs -
Uses of EncodingManager in com.graphhopper.routing.util
Methods in com.graphhopper.routing.util that return EncodingManagerModifier and TypeMethodDescriptionEncodingManager.Builder.build()
static EncodingManager
EncodingManager.fromProperties
(StorableProperties properties) Methods in com.graphhopper.routing.util with parameters of type EncodingManagerModifier and TypeMethodDescriptionvoid
MaxSpeedCalculator.checkEncodedValues
(EncodingManager encodingManager) void
MaxSpeedCalculator.fillMaxSpeed
(Graph graph, EncodingManager em) This method sets max_speed values where the value is UNSET_SPEED to a value determined by the default speed library which is country-dependent.void
MaxSpeedCalculator.fillMaxSpeed
(Graph graph, EncodingManager em, Function<EdgeIteratorState, Boolean> isUrbanDensityFun) static void
EncodingManager.putEncodingManagerIntoProperties
(EncodingManager encodingManager, StorableProperties properties) -
Uses of EncodingManager in com.graphhopper.storage
Constructors in com.graphhopper.storage with parameters of type EncodingManager