| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.ch | |
| com.graphhopper.storage | |
| com.graphhopper.util |
| Constructor and Description |
|---|
Router(GraphHopperStorage ghStorage,
LocationIndex locationIndex,
Map<String,Profile> profilesByName,
PathDetailsBuilderFactory pathDetailsBuilderFactory,
TranslationMap translationMap,
RouterConfig routerConfig,
WeightingFactory weightingFactory,
Map<String,CHGraph> chGraphs,
Map<String,LandmarkStorage> landmarks) |
| Constructor and Description |
|---|
EdgeBasedShortcutInserter(CHGraph chGraph) |
| 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()
If possible use
GraphHopperStorage.getRoutingCHGraph(String) instead, as CHGraph will be removed at some point. |
CHGraph |
GraphHopperStorage.getCHGraph(String chGraphName) |
| Constructor and Description |
|---|
RoutingCHGraphImpl(CHGraph chGraph) |
| Modifier and Type | Method and Description |
|---|---|
static CHEdgeIteratorState |
GHUtility.getEdge(CHGraph graph,
int base,
int adj) |
static String |
GHUtility.getNodeInfo(CHGraph g,
int nodeId,
EdgeFilter filter) |
Copyright © 2012–2021. All rights reserved.