Uses of Class
com.graphhopper.GraphHopperConfig
Packages that use GraphHopperConfig
-
Uses of GraphHopperConfig in com.graphhopper
Methods in com.graphhopper that return GraphHopperConfigModifier and TypeMethodDescriptionGraphHopperConfig.setCHProfiles
(List<CHProfile> chProfiles) GraphHopperConfig.setLMProfiles
(List<LMProfile> lmProfiles) GraphHopperConfig.setProfiles
(List<Profile> profiles) Methods in com.graphhopper with parameters of type GraphHopperConfigModifier and TypeMethodDescriptionGraphHopper.init
(GraphHopperConfig ghConfig) Reads the configuration from aGraphHopperConfig
object which can be manually filled, or more typically is read from `config.yml`.Constructors in com.graphhopper with parameters of type GraphHopperConfig -
Uses of GraphHopperConfig in com.graphhopper.routing.ch
Methods in com.graphhopper.routing.ch with parameters of type GraphHopperConfig -
Uses of GraphHopperConfig in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm with parameters of type GraphHopperConfig