Package | Description |
---|---|
com.graphhopper.reader | |
com.graphhopper.routing | |
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.util |
Modifier and Type | Method and Description |
---|---|
Collection<OSMTurnRelation.TurnCostTableEntry> |
OSMTurnRelation.getRestrictionAsEntries(TurnCostEncoder encoder,
EdgeExplorer edgeOutExplorer,
EdgeExplorer edgeInExplorer,
OSMReader osmReader)
Transforms this relation into a collection of turn cost entries
|
Modifier and Type | Field and Description |
---|---|
protected EdgeExplorer |
AbstractRoutingAlgorithm.inEdgeExplorer |
protected EdgeExplorer |
AbstractRoutingAlgorithm.outEdgeExplorer |
Modifier and Type | Method and Description |
---|---|
EdgeExplorer |
QueryGraph.createEdgeExplorer() |
EdgeExplorer |
QueryGraph.createEdgeExplorer(EdgeFilter edgeFilter) |
Modifier and Type | Field and Description |
---|---|
protected EdgeExplorer |
AbstractFlagEncoder.edgeInExplorer |
protected EdgeExplorer |
AbstractFlagEncoder.edgeOutExplorer |
Modifier and Type | Method and Description |
---|---|
EdgeExplorer |
Graph.createEdgeExplorer() |
EdgeExplorer |
GraphHopperStorage.createEdgeExplorer() |
EdgeExplorer |
Graph.createEdgeExplorer(EdgeFilter filter)
Returns an EdgeExplorer which makes it possible to traverse all filtered edges of a specific
node.
|
EdgeExplorer |
GraphHopperStorage.createEdgeExplorer(EdgeFilter filter) |
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) |
abstract void |
XFirstSearch.start(EdgeExplorer explorer,
int startNode) |
void |
DepthFirstSearch.start(EdgeExplorer explorer,
int startNode)
beginning with startNode add all following nodes to LIFO queue.
|
Copyright © 2012–2016. All rights reserved.