public class RoutingCHEdgeIteratorImpl extends RoutingCHEdgeIteratorStateImpl implements RoutingCHEdgeExplorer, RoutingCHEdgeIterator
Constructor and Description |
---|
RoutingCHEdgeIteratorImpl(EdgeExplorer edgeExplorer,
Weighting weighting,
ShortcutFilter shortcutFilter) |
Modifier and Type | Method and Description |
---|---|
static RoutingCHEdgeIteratorImpl |
allEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
static RoutingCHEdgeIteratorImpl |
inEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
boolean |
next() |
static RoutingCHEdgeIteratorImpl |
outEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
RoutingCHEdgeIterator |
setBaseNode(int baseNode) |
getAdjNode, getBaseGraphEdgeState, getBaseNode, getEdge, getOrigEdgeFirst, getOrigEdgeLast, getSkippedEdge1, getSkippedEdge2, getWeight, isShortcut
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdjNode, getBaseGraphEdgeState, getBaseNode, getEdge, getOrigEdgeFirst, getOrigEdgeLast, getSkippedEdge1, getSkippedEdge2, getWeight, isShortcut
public RoutingCHEdgeIteratorImpl(EdgeExplorer edgeExplorer, Weighting weighting, ShortcutFilter shortcutFilter)
public static RoutingCHEdgeIteratorImpl inEdges(EdgeExplorer edgeExplorer, Weighting weighting)
public static RoutingCHEdgeIteratorImpl outEdges(EdgeExplorer edgeExplorer, Weighting weighting)
public static RoutingCHEdgeIteratorImpl allEdges(EdgeExplorer edgeExplorer, Weighting weighting)
public RoutingCHEdgeIterator setBaseNode(int baseNode)
setBaseNode
in interface RoutingCHEdgeExplorer
public boolean next()
next
in interface RoutingCHEdgeIterator
Copyright © 2012–2020. All rights reserved.