Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.routing.ch | |
com.graphhopper.storage |
Modifier and Type | Method and Description |
---|---|
protected Map<String,PrepareContractionHierarchies.Result> |
GraphHopper.prepareCH(boolean closeEarly,
List<CHConfig> configsToPrepare) |
Modifier and Type | Method and Description |
---|---|
CHConfig |
PrepareContractionHierarchies.getCHConfig() |
CHConfig |
PrepareContractionHierarchies.Result.getCHConfig() |
Modifier and Type | Method and Description |
---|---|
static PrepareContractionHierarchies |
PrepareContractionHierarchies.fromGraph(BaseGraph graph,
CHConfig chConfig) |
Modifier and Type | Method and Description |
---|---|
Map<String,RoutingCHGraph> |
CHPreparationHandler.load(BaseGraph graph,
List<CHConfig> chConfigs) |
Map<String,PrepareContractionHierarchies.Result> |
CHPreparationHandler.prepare(BaseGraph baseGraph,
StorableProperties properties,
List<CHConfig> chConfigs,
boolean closeEarly) |
Modifier and Type | Method and Description |
---|---|
static CHConfig |
CHConfig.edgeBased(String chGraphName,
Weighting weighting) |
static CHConfig |
CHConfig.nodeBased(String chGraphName,
Weighting weighting) |
Modifier and Type | Method and Description |
---|---|
static CHStorage |
CHStorage.fromGraph(BaseGraph baseGraph,
CHConfig chConfig) |
static RoutingCHGraph |
RoutingCHGraphImpl.fromGraph(BaseGraph baseGraph,
CHStorage chStorage,
CHConfig chConfig) |
Copyright © 2012–2022. All rights reserved.