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 EncodingManagerGraphHopper.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 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 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.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 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 EncodingManagerEncodingManager.fromProperties(StorableProperties properties) Methods in com.graphhopper.routing.util with parameters of type EncodingManagerModifier and TypeMethodDescriptionvoidMaxSpeedCalculator.checkEncodedValues(EncodingManager encodingManager) voidMaxSpeedCalculator.fillMaxSpeed(Graph graph, EncodingManager em) This method sets max_speed values where the value isto a value determined by the default speed library which is country-dependent.invalid reference
MaxSpeed.MAXSPEED_MISSINGvoidMaxSpeedCalculator.fillMaxSpeed(Graph graph, EncodingManager em, Function<EdgeIteratorState, Boolean> isUrbanDensityFun) static voidEncodingManager.putEncodingManagerIntoProperties(EncodingManager encodingManager, StorableProperties properties) -
Uses of EncodingManager in com.graphhopper.storage
Constructors in com.graphhopper.storage with parameters of type EncodingManager