Package | Description |
---|---|
com.graphhopper.routing.lm |
Modifier and Type | Method and Description |
---|---|
LMConfig |
PrepareLandmarks.getLMConfig() |
Modifier and Type | Method and Description |
---|---|
List<LMConfig> |
LMPreparationHandler.getLMConfigs() |
Modifier and Type | Method and Description |
---|---|
LMPreparationHandler |
LMPreparationHandler.addLMConfig(LMConfig lmConfig)
Decouple weightings from PrepareLandmarks as we need weightings for the graphstorage and the
graphstorage for the preparation.
|
Constructor and Description |
---|
LandmarkStorage(GraphHopperStorage graph,
Directory dir,
LMConfig lmConfig,
int landmarks) |
PrepareLandmarks(Directory dir,
GraphHopperStorage graph,
LMConfig lmConfig,
int landmarks) |
Copyright © 2012–2020. All rights reserved.