Package | Description |
---|---|
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AllEdgesIterator |
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseGraph.AllEdgeIterator
Include all edges of this storage in the iterator.
|
protected static class |
BaseGraph.EdgeIteratorImpl |
Modifier and Type | Method and Description |
---|---|
EdgeIterator |
BaseGraph.EdgeIteratorImpl.setBaseNode(int baseNode) |
Modifier and Type | Class and Description |
---|---|
static class |
GHUtility.DisabledEdgeIterator
This edge iterator can be used in tests to mock specific iterator behaviour via overloading
certain methods.
|
Modifier and Type | Method and Description |
---|---|
EdgeIterator |
GHUtility.DisabledEdgeIterator.detach(boolean reverse) |
EdgeIterator |
EdgeExplorer.setBaseNode(int baseNode)
This method sets the base node for iteration through neighboring edges (EdgeIteratorStates).
|
Modifier and Type | Method and Description |
---|---|
static int |
GHUtility.count(EdgeIterator iter)
Counts reachable edges.
|
static int |
GHUtility.count(EdgeIterator iterator,
int adj) |
static List<Integer> |
GHUtility.getEdgeIds(EdgeIterator iter) |
static Set<Integer> |
GHUtility.getNeighbors(EdgeIterator iter) |
Copyright © 2012–2022. All rights reserved.