| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing | |
| com.graphhopper.routing.ch |
| Modifier and Type | Method and Description |
|---|---|
List<CHProfile> |
GraphHopperConfig.getCHProfiles() |
| Modifier and Type | Method and Description |
|---|---|
GraphHopperConfig |
GraphHopperConfig.setCHProfiles(List<CHProfile> chProfiles) |
| Constructor and Description |
|---|
ProfileResolver(EncodingManager encodingManager,
List<Profile> profiles,
List<CHProfile> chProfiles,
List<LMProfile> lmProfiles) |
| Modifier and Type | Method and Description |
|---|---|
List<CHProfile> |
CHPreparationHandler.getCHProfiles() |
| Modifier and Type | Method and Description |
|---|---|
CHPreparationHandler |
CHPreparationHandler.setCHProfiles(CHProfile... chProfiles) |
| Modifier and Type | Method and Description |
|---|---|
CHPreparationHandler |
CHPreparationHandler.setCHProfiles(Collection<CHProfile> chProfiles)
Enables the use of contraction hierarchies to reduce query times.
|
Copyright © 2012–2021. All rights reserved.