| Package | Description |
|---|---|
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.util | |
| com.graphhopper.storage | |
| com.graphhopper.util |
| Constructor and Description |
|---|
PrepareContractionHierarchies(Directory dir,
GraphHopperStorage ghStorage,
CHGraph chGraph,
Weighting weighting,
TraversalMode traversalMode) |
| Constructor and Description |
|---|
IgnoreNodeFilter(CHGraph chGraph,
int maxLevel) |
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 |
GraphBuilder.chGraphCreate(Weighting singleCHWeighting)
Creates a CHGraph
|
CHGraph |
CHGraphImpl.create(long bytes) |
| Modifier and Type | Method and Description |
|---|---|
static String |
GHUtility.getNodeInfo(CHGraph g,
int nodeId,
EdgeFilter filter) |
Copyright © 2012–2018. All rights reserved.