| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.config | |
| com.graphhopper.routing | |
| com.graphhopper.routing.lm |
| Modifier and Type | Method and Description |
|---|---|
List<LMProfile> |
GraphHopperConfig.getLMProfiles() |
| Modifier and Type | Method and Description |
|---|---|
GraphHopperConfig |
GraphHopperConfig.setLMProfiles(List<LMProfile> lmProfiles) |
| Modifier and Type | Method and Description |
|---|---|
LMProfile |
LMProfile.setMaximumLMWeight(double maximumLMWeight) |
LMProfile |
LMProfile.setPreparationProfile(String preparationProfile) |
| Constructor and Description |
|---|
ProfileResolver(EncodingManager encodingManager,
List<Profile> profiles,
List<CHProfile> chProfiles,
List<LMProfile> lmProfiles) |
| Modifier and Type | Method and Description |
|---|---|
List<LMProfile> |
LMPreparationHandler.getLMProfiles() |
| Modifier and Type | Method and Description |
|---|---|
LMPreparationHandler |
LMPreparationHandler.setLMProfiles(LMProfile... lmProfiles) |
| Modifier and Type | Method and Description |
|---|---|
LMPreparationHandler |
LMPreparationHandler.setLMProfiles(Collection<LMProfile> lmProfiles)
Enables the use of landmarks to reduce query times.
|
Copyright © 2012–2021. All rights reserved.