| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.querygraph | |
| com.graphhopper.storage |
| Modifier and Type | Field and Description |
|---|---|
protected RoutingCHGraph |
AbstractBidirCHAlgo.graph |
| Modifier and Type | Method and Description |
|---|---|
protected BidirPathExtractor |
AbstractBidirCHAlgo.createPathExtractor(RoutingCHGraph graph) |
protected BidirPathExtractor |
AbstractBidirectionEdgeCHNoSOD.createPathExtractor(RoutingCHGraph graph) |
| Constructor and Description |
|---|
AbstractBidirCHAlgo(RoutingCHGraph graph,
TraversalMode tMode) |
AbstractBidirectionEdgeCHNoSOD(RoutingCHGraph graph) |
AlternativeRouteCH(RoutingCHGraph graph,
PMap hints) |
AlternativeRouteEdgeCH(RoutingCHGraph graph,
PMap hints) |
AStarBidirectionCH(RoutingCHGraph graph) |
AStarBidirectionEdgeCHNoSOD(RoutingCHGraph graph) |
DijkstraBidirectionCH(RoutingCHGraph graph) |
DijkstraBidirectionCHNoSOD(RoutingCHGraph graph) |
DijkstraBidirectionEdgeCHNoSOD(RoutingCHGraph graph) |
| Constructor and Description |
|---|
CHRoutingAlgorithmFactory(RoutingCHGraph routingCHGraph) |
CHRoutingAlgorithmFactory(RoutingCHGraph routingCHGraph,
QueryGraph queryGraph) |
EdgeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph) |
NodeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph) |
ShortcutUnpacker(RoutingCHGraph graph,
ShortcutUnpacker.Visitor visitor,
boolean edgeBased) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryRoutingCHGraph
This class is used to allow routing between virtual nodes (snapped coordinates that lie between the nodes of the
original graph) when using CH.
|
| Constructor and Description |
|---|
QueryRoutingCHGraph(RoutingCHGraph routingCHGraph,
QueryGraph queryGraph) |
| Modifier and Type | Class and Description |
|---|---|
class |
RoutingCHGraphImpl |
| Modifier and Type | Method and Description |
|---|---|
RoutingCHGraph |
GraphHopperStorage.getRoutingCHGraph() |
RoutingCHGraph |
GraphHopperStorage.getRoutingCHGraph(String chGraphName) |
Copyright © 2012–2021. All rights reserved.