| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing.lm |
| Modifier and Type | Method and Description |
|---|---|
LMAlgoFactoryDecorator |
GraphHopper.getLMFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
LMAlgoFactoryDecorator |
LMAlgoFactoryDecorator.addPreparation(PrepareLandmarks pch) |
LMAlgoFactoryDecorator |
LMAlgoFactoryDecorator.addWeighting(String weighting) |
LMAlgoFactoryDecorator |
LMAlgoFactoryDecorator.addWeighting(Weighting weighting)
Decouple weightings from PrepareLandmarks as we need weightings for the graphstorage and the
graphstorage for the preparation.
|
LMAlgoFactoryDecorator |
LMAlgoFactoryDecorator.setDisablingAllowed(boolean disablingAllowed) |
LMAlgoFactoryDecorator |
LMAlgoFactoryDecorator.setEnabled(boolean enabled)
Enables or disables this decorator.
|
LMAlgoFactoryDecorator |
LMAlgoFactoryDecorator.setWeightingsAsStrings(List<String> weightingList)
Enables the use of contraction hierarchies to reduce query times.
|
Copyright © 2012–2018. All rights reserved.