Package | Description |
---|---|
com.graphhopper.routing | |
com.graphhopper.routing.ch | |
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 |
---|
EdgeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph) |
NodeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph) |
ShortcutUnpacker(RoutingCHGraph graph,
ShortcutUnpacker.Visitor visitor,
boolean edgeBased) |
Modifier and Type | Class and Description |
---|---|
class |
RoutingCHGraphImpl |
Copyright © 2012–2020. All rights reserved.