Package | Description |
---|---|
com.graphhopper.routing.ch | |
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.util |
Modifier and Type | Method and Description |
---|---|
static PrepareCHGraph |
PrepareCHGraph.edgeBased(CHGraph chGraph,
Weighting weighting) |
static PrepareCHGraph |
PrepareCHGraph.nodeBased(CHGraph chGraph,
Weighting weighting) |
Constructor and Description |
---|
CHRoutingAlgorithmFactory(CHGraph chGraph) |
Constructor and Description |
---|
LevelEdgeFilter(CHGraph g) |
Modifier and Type | Class and Description |
---|---|
class |
CHGraphImpl
A Graph implementation necessary for Contraction Hierarchies.
|
Modifier and Type | Method and Description |
---|---|
CHGraph |
CHGraphImpl.create(long bytes) |
CHGraph |
GraphHopperStorage.getCHGraph() |
CHGraph |
GraphHopperStorage.getCHGraph(CHConfig chConfig) |
CHGraph |
GraphHopperStorage.getCHGraph(String profileName) |
Modifier and Type | Method and Description |
---|---|
static String |
GHUtility.getNodeInfo(CHGraph g,
int nodeId,
EdgeFilter filter) |
Copyright © 2012–2020. All rights reserved.