Uses of Class
com.graphhopper.util.CustomModel
Packages that use CustomModel
-
Uses of CustomModel in com.graphhopper
Methods in com.graphhopper that return CustomModelMethods in com.graphhopper with parameters of type CustomModel -
Uses of CustomModel in com.graphhopper.util
Methods in com.graphhopper.util that return CustomModelModifier and TypeMethodDescriptionCustomModel.addToPriority
(Statement st) CustomModel.addToSpeed
(Statement st) CustomModel.internal()
This method is for internal usage only! Parsing a CustomModel is expensive and so we cache the result, which is especially important for fast landmark queries (hybrid mode).static CustomModel
CustomModel.merge
(CustomModel baseModel, CustomModel queryModel) A new CustomModel is created from the baseModel merged with the specified queryModel.CustomModel.setAreas
(JsonFeatureCollection areas) CustomModel.setDistanceInfluence
(Double distanceFactor) CustomModel.setHeadingPenalty
(double headingPenalty) Methods in com.graphhopper.util with parameters of type CustomModelModifier and TypeMethodDescriptionstatic CustomModel
CustomModel.merge
(CustomModel baseModel, CustomModel queryModel) A new CustomModel is created from the baseModel merged with the specified queryModel.Constructors in com.graphhopper.util with parameters of type CustomModel