Package | Description |
---|---|
com.graphhopper.routing.ch | |
com.graphhopper.storage |
Modifier and Type | Method and Description |
---|---|
CHConfig |
PrepareContractionHierarchies.getCHConfig() |
CHConfig |
CHRoutingAlgorithmFactory.getCHConfig() |
Modifier and Type | Method and Description |
---|---|
List<CHConfig> |
CHPreparationHandler.getCHConfigs() |
List<CHConfig> |
CHPreparationHandler.getEdgeBasedCHConfigs() |
List<CHConfig> |
CHPreparationHandler.getNodeBasedCHConfigs() |
Modifier and Type | Method and Description |
---|---|
CHPreparationHandler |
CHPreparationHandler.addCHConfig(CHConfig chConfig)
Decouple CH profiles from PrepareContractionHierarchies as we need CH profiles for the
graphstorage and the graphstorage for the preparation.
|
static PrepareContractionHierarchies |
PrepareContractionHierarchies.fromGraphHopperStorage(GraphHopperStorage ghStorage,
CHConfig chConfig) |
PrepareContractionHierarchies |
CHPreparationHandler.getPreparation(CHConfig chConfig) |
Modifier and Type | Method and Description |
---|---|
static CHConfig |
CHConfig.edgeBased(String chGraphName,
Weighting weighting) |
CHConfig |
CHGraphImpl.getCHConfig() |
CHConfig |
CHGraph.getCHConfig()
Returns the profile of this CH graph.
|
static CHConfig |
CHConfig.nodeBased(String chGraphName,
Weighting weighting) |
Modifier and Type | Method and Description |
---|---|
List<CHConfig> |
GraphHopperStorage.getCHConfigs() |
List<CHConfig> |
GraphHopperStorage.getCHConfigs(boolean edgeBased) |
Modifier and Type | Method and Description |
---|---|
GraphHopperStorage |
GraphHopperStorage.addCHGraph(CHConfig chConfig)
|
CHGraph |
GraphHopperStorage.getCHGraph(CHConfig chConfig) |
GraphBuilder |
GraphBuilder.setCHConfigs(CHConfig... chConfigs) |
Modifier and Type | Method and Description |
---|---|
GraphHopperStorage |
GraphHopperStorage.addCHGraphs(List<CHConfig> chConfigs) |
GraphBuilder |
GraphBuilder.setCHConfigs(List<CHConfig> chConfigs) |
Copyright © 2012–2020. All rights reserved.