| 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.addEdgeBasedWeighting(Weighting weighting) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.addNodeBasedWeighting(Weighting weighting)
Decouple weightings from PrepareContractionHierarchies as we need weightings for the
graphstorage and the graphstorage for the preparation.
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.addPreparation(PrepareContractionHierarchies pch) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.addWeighting(String weighting) |
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setDisablingAllowed(boolean disablingAllowed)
This method specifies if it is allowed to disable CH routing at runtime via routing hints.
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setEdgeBasedCHMode(CHAlgoFactoryDecorator.EdgeBasedCHMode edgeBasedCHMode)
This method specifies whether or not edge-based CH preparation (needed for turn costs) should be performed.
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setEnabled(boolean enabled)
Enables or disables contraction hierarchies (CH).
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setWeightingsAsStrings(List<String> weightingList)
Enables the use of contraction hierarchies to reduce query times.
|
CHAlgoFactoryDecorator |
CHAlgoFactoryDecorator.setWeightingsAsStrings(String... weightingNames) |
Copyright © 2012–2019. All rights reserved.