Uses of Class
com.graphhopper.routing.lm.LMConfig
Packages that use LMConfig
-
Uses of LMConfig in com.graphhopper
Method parameters in com.graphhopper with type arguments of type LMConfig -
Uses of LMConfig in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm that return LMConfigMethod parameters in com.graphhopper.routing.lm with type arguments of type LMConfigModifier and TypeMethodDescriptionLMPreparationHandler.load
(List<LMConfig> lmConfigs, BaseGraph baseGraph, EncodedValueLookup encodedValueLookup) Loads the landmark data for all given configs if available.LMPreparationHandler.prepare
(List<LMConfig> lmConfigs, BaseGraph baseGraph, EncodingManager encodingManager, StorableProperties properties, LocationIndex locationIndex, boolean closeEarly) Prepares the landmark data for all given configsConstructors in com.graphhopper.routing.lm with parameters of type LMConfigModifierConstructorDescriptionLandmarkStorage
(BaseGraph graph, EncodedValueLookup encodedValueLookup, Directory dir, LMConfig lmConfig, int landmarks) PrepareLandmarks
(Directory dir, BaseGraph graph, EncodedValueLookup encodedValueLookup, LMConfig lmConfig, int landmarks)