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 |
inEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
boolean |
next() |
static RoutingCHEdgeIteratorImpl |
outEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
RoutingCHEdgeIterator |
setBaseNode(int baseNode) |
String |
toString() |
getAdjNode, getBaseNode, getEdge, getOrigEdge, getOrigEdgeFirst, getOrigEdgeLast, getSkippedEdge1, getSkippedEdge2, getWeight, isShortcutclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdjNode, getBaseNode, getEdge, getOrigEdge, getOrigEdgeFirst, getOrigEdgeLast, getSkippedEdge1, getSkippedEdge2, getWeight, isShortcutpublic RoutingCHEdgeIteratorImpl(EdgeExplorer edgeExplorer, Weighting weighting, ShortcutFilter shortcutFilter)
public static RoutingCHEdgeIteratorImpl inEdges(EdgeExplorer edgeExplorer, Weighting weighting)
public static RoutingCHEdgeIteratorImpl outEdges(EdgeExplorer edgeExplorer, Weighting weighting)
public RoutingCHEdgeIterator setBaseNode(int baseNode)
setBaseNode in interface RoutingCHEdgeExplorerpublic boolean next()
next in interface RoutingCHEdgeIteratorCopyright © 2012–2020. All rights reserved.