Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.ch | |
com.graphhopper.routing.lm |
Modifier and Type | Method and Description |
---|---|
GraphHopperConfig |
GraphHopperConfig.putObject(String key,
Object value) |
GraphHopperConfig |
GraphHopperConfig.setCHProfiles(List<CHProfile> chProfiles) |
GraphHopperConfig |
GraphHopperConfig.setLMProfiles(List<LMProfile> lmProfiles) |
GraphHopperConfig |
GraphHopperConfig.setProfiles(List<Profile> profiles) |
Modifier and Type | Method and Description |
---|---|
GraphHopper |
GraphHopper.init(GraphHopperConfig ghConfig)
Reads the configuration from a
GraphHopperConfig object which can be manually filled, or more typically
is read from `config.yml`. |
Constructor and Description |
---|
GraphHopperConfig(GraphHopperConfig otherConfig) |
Modifier and Type | Method and Description |
---|---|
void |
CHPreparationHandler.init(GraphHopperConfig ghConfig) |
Modifier and Type | Method and Description |
---|---|
void |
LMPreparationHandler.init(GraphHopperConfig ghConfig) |
Copyright © 2012–2022. All rights reserved.