| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing.ch |
| Modifier and Type | Method and Description |
|---|---|
CHAlgoFactoryDecorator |
GraphHopper.getCHFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.addPreparation(PrepareContractionHierarchies pch) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.addWeighting(String weighting) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.addWeighting(Weighting weighting)
Decouple weightings from PrepareContractionHierarchies as we need weightings for the
graphstorage and the graphstorage for the preparation.
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setDisablingAllowed(boolean disablingAllowed)
This method specifies if it is allowed to disable CH routing at runtime via routing hints.
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setEnabled(boolean enabled)
Enables or disables contraction hierarchies (CH).
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setPreparationContractedNodes(int prepareContractedNodes) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setPreparationLazyUpdates(int prepareLazyUpdates) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setPreparationLogMessages(double prepareLogMessages) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setPreparationNeighborUpdates(int prepareNeighborUpdates) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setPreparationPeriodicUpdates(int preparePeriodicUpdates) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setWeightingsAsStrings(List<String> weightingList)
Enables the use of contraction hierarchies to reduce query times.
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setWeightingsAsStrings(String... weightingNames) |
Copyright © 2012–2018. All rights reserved.