Uses of Class
com.graphhopper.config.LMProfile
Packages that use LMProfile
-
Uses of LMProfile in com.graphhopper
Methods in com.graphhopper that return types with arguments of type LMProfileMethod parameters in com.graphhopper with type arguments of type LMProfile -
Uses of LMProfile in com.graphhopper.config
Methods in com.graphhopper.config that return LMProfileModifier and TypeMethodDescriptionLMProfile.setMaximumLMWeight
(double maximumLMWeight) LMProfile.setPreparationProfile
(String preparationProfile) Constructors in com.graphhopper.config with parameters of type LMProfile -
Uses of LMProfile in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm that return types with arguments of type LMProfileMethods in com.graphhopper.routing.lm with parameters of type LMProfileMethod parameters in com.graphhopper.routing.lm with type arguments of type LMProfileModifier and TypeMethodDescriptionLMPreparationHandler.setLMProfiles
(Collection<LMProfile> lmProfiles) Enables the use of landmarks to reduce query times.