Uses of Class
com.graphhopper.routing.lm.LandmarkStorage
Packages that use LandmarkStorage
-
Uses of LandmarkStorage in com.graphhopper
Methods in com.graphhopper that return types with arguments of type LandmarkStorage -
Uses of LandmarkStorage in com.graphhopper.routing
Fields in com.graphhopper.routing with type parameters of type LandmarkStorage -
Uses of LandmarkStorage in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm that return LandmarkStorageModifier and TypeMethodDescriptionPrepareLandmarks.getLandmarkStorage()
LandmarkStorage.setLandmarkSuggestions
(List<LandmarkSuggestion> landmarkSuggestions) This method forces the landmark preparation to skip the landmark search and uses the specified landmark list instead.LandmarkStorage.setMaximumWeight
(double maxWeight) Specify the maximum possible value for your used area.Methods in com.graphhopper.routing.lm that return types with arguments of type LandmarkStorageModifier and TypeMethodDescriptionLMPreparationHandler.load
(List<LMConfig> lmConfigs, BaseGraph baseGraph, EncodedValueLookup encodedValueLookup) Loads the landmark data for all given configs if available.Methods in com.graphhopper.routing.lm with parameters of type LandmarkStorageModifier and TypeMethodDescriptionstatic LMApproximator
LMApproximator.forLandmarks
(Graph g, Weighting weighting, LandmarkStorage lms, int activeLM) Constructors in com.graphhopper.routing.lm with parameters of type LandmarkStorageModifierConstructorDescriptionLMApproximator
(Graph graph, Weighting lmWeighting, Weighting routingWeighting, int maxBaseNodes, LandmarkStorage lms, int activeCount, double factor, boolean reverse)