Package com.graphhopper
Class GraphHopperConfig
java.lang.Object
com.graphhopper.GraphHopperConfig
This class represents the global configuration for the GraphHopper class, which is typically configured via the
`config.yml` file. Certain fields are mapped to dedicated config objects to allow a hierarchical configuration and
to include lists. All other fields are mapped to a key-value (string-string) map. In the future we will start adding
the different configuration options as fields of this class including the default values.
-
Constructor Summary
ConstructorsConstructorDescriptionGraphHopperConfig
(GraphHopperConfig otherConfig) GraphHopperConfig
(PMap pMap) -
Method Summary
Modifier and TypeMethodDescriptionasPMap()
boolean
double
float
int
long
boolean
setCHProfiles
(List<CHProfile> chProfiles) void
setCopyrights
(List<String> copyrights) setLMProfiles
(List<LMProfile> lmProfiles) setProfiles
(List<Profile> profiles) toString()
-
Constructor Details
-
GraphHopperConfig
public GraphHopperConfig() -
GraphHopperConfig
-
GraphHopperConfig
-
-
Method Details