| Package | Description |
|---|---|
| com.graphhopper.reader.dem | |
| com.graphhopper.routing | |
| com.graphhopper.routing.querygraph | |
| com.graphhopper.storage | |
| com.graphhopper.storage.index | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeElevationInterpolator.gatherOuterAndInnerNodeIds(EdgeExplorer edgeExplorer,
EdgeIteratorState interpolatableEdge,
GHBitSet visitedEdgesIds,
com.carrotsearch.hppc.IntSet outerNodeIds,
GHIntHashSet innerNodeIds) |
| Modifier and Type | Field and Description |
|---|---|
protected EdgeExplorer |
AbstractRoutingAlgorithm.edgeExplorer |
protected EdgeExplorer |
AbstractNonCHBidirAlgo.edgeExplorer |
| Modifier and Type | Method and Description |
|---|---|
EdgeExplorer |
QueryGraph.createEdgeExplorer(EdgeFilter edgeFilter) |
| Modifier and Type | Method and Description |
|---|---|
default EdgeExplorer |
Graph.createEdgeExplorer()
Creates an EdgeExplorer that accepts all edges
|
EdgeExplorer |
GraphHopperStorage.createEdgeExplorer(EdgeFilter filter) |
EdgeExplorer |
Graph.createEdgeExplorer(EdgeFilter filter)
Returns an EdgeExplorer which makes it possible to traverse all filtered edges of a specific
node.
|
EdgeExplorer |
CHGraphImpl.createOriginalEdgeExplorer() |
EdgeExplorer |
CHGraph.createOriginalEdgeExplorer() |
EdgeExplorer |
CHGraphImpl.createOriginalEdgeExplorer(EdgeFilter filter) |
EdgeExplorer |
CHGraph.createOriginalEdgeExplorer(EdgeFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
static RoutingCHEdgeIteratorImpl |
RoutingCHEdgeIteratorImpl.inEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
static RoutingCHEdgeIteratorImpl |
RoutingCHEdgeIteratorImpl.outEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
| Constructor and Description |
|---|
RoutingCHEdgeIteratorImpl(EdgeExplorer edgeExplorer,
Weighting weighting,
ShortcutFilter shortcutFilter) |
| Constructor and Description |
|---|
EdgeVisitor(EdgeExplorer edgeExplorer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CHEdgeExplorer
The edge explorer for CHGraph
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreadthFirstSearch.start(EdgeExplorer explorer,
int startNode) |
void |
DepthFirstSearch.start(EdgeExplorer explorer,
int startNode)
beginning with startNode add all following nodes to LIFO queue.
|
abstract void |
XFirstSearch.start(EdgeExplorer explorer,
int startNode) |
Copyright © 2012–2021. All rights reserved.