Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.lm |
Modifier and Type | Method and Description |
---|---|
protected List<PrepareLandmarks> |
GraphHopper.prepareLM(boolean closeEarly,
List<LMConfig> configsToPrepare) |
Modifier and Type | Method and Description |
---|---|
LMConfig |
PrepareLandmarks.getLMConfig() |
LMConfig |
LandmarkStorage.getLMConfig() |
Modifier and Type | Method and Description |
---|---|
List<LandmarkStorage> |
LMPreparationHandler.load(List<LMConfig> lmConfigs,
BaseGraph baseGraph,
EncodedValueLookup encodedValueLookup)
Loads the landmark data for all given configs if available.
|
List<PrepareLandmarks> |
LMPreparationHandler.prepare(List<LMConfig> lmConfigs,
BaseGraph baseGraph,
EncodingManager encodingManager,
StorableProperties properties,
LocationIndex locationIndex,
boolean closeEarly)
Prepares the landmark data for all given configs
|
Constructor and Description |
---|
LandmarkStorage(BaseGraph graph,
EncodedValueLookup encodedValueLookup,
Directory dir,
LMConfig lmConfig,
int landmarks) |
PrepareLandmarks(Directory dir,
BaseGraph graph,
EncodedValueLookup encodedValueLookup,
LMConfig lmConfig,
int landmarks) |
Copyright © 2012–2022. All rights reserved.