Class LMProfile

java.lang.Object
com.graphhopper.config.LMProfile

public class LMProfile extends Object
Corresponds to an entry in the `profiles_lm` section in config.yml and specifies a routing profile that shall be prepared using Landmarks (LM)
See Also:
  • Constructor Details

    • LMProfile

      public LMProfile(LMProfile profile)
    • LMProfile

      public LMProfile(String profile)
  • Method Details

    • getProfile

      public String getProfile()
    • usesOtherPreparation

      public boolean usesOtherPreparation()
    • getPreparationProfile

      public String getPreparationProfile()
    • setPreparationProfile

      public LMProfile setPreparationProfile(String preparationProfile)
    • getMaximumLMWeight

      public double getMaximumLMWeight()
    • setMaximumLMWeight

      public LMProfile setMaximumLMWeight(double maximumLMWeight)
    • toString

      public String toString()
      Overrides:
      toString in class Object