| Package | Description |
|---|---|
| com.graphhopper.routing.ch | |
| com.graphhopper.storage |
| Modifier and Type | Method and Description |
|---|---|
CHStorage |
PrepareContractionHierarchies.Result.getCHStorage() |
| Modifier and Type | Method and Description |
|---|---|
static CHStorage |
CHStorage.fromGraph(BaseGraph baseGraph,
CHConfig chConfig) |
| Modifier and Type | Method and Description |
|---|---|
static RoutingCHGraph |
RoutingCHGraphImpl.fromGraph(BaseGraph baseGraph,
CHStorage chStorage,
CHConfig chConfig) |
static RoutingCHEdgeIteratorImpl |
RoutingCHEdgeIteratorImpl.inEdges(CHStorage chStore,
BaseGraph baseGraph,
Weighting weighting) |
static RoutingCHEdgeIteratorImpl |
RoutingCHEdgeIteratorImpl.outEdges(CHStorage chStore,
BaseGraph baseGraph,
Weighting weighting) |
| Constructor and Description |
|---|
CHStorageBuilder(CHStorage chStorage) |
RoutingCHEdgeIteratorImpl(CHStorage chStore,
BaseGraph baseGraph,
Weighting weighting,
boolean outgoing,
boolean incoming) |
RoutingCHEdgeIteratorStateImpl(CHStorage store,
BaseGraph baseGraph,
com.graphhopper.storage.BaseGraph.EdgeIteratorStateImpl baseEdgeState,
Weighting weighting) |
RoutingCHGraphImpl(BaseGraph baseGraph,
CHStorage chStorage,
Weighting weighting) |
Copyright © 2012–2022. All rights reserved.