Package | Description |
---|---|
com.graphhopper.routing.util | |
com.graphhopper.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AllCHEdgesIterator |
interface |
AllEdgesIterator |
Modifier and Type | Interface and Description |
---|---|
interface |
CHEdgeIterator
Support for CH edges
|
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 List<Integer> |
GHUtility.getEdgeIds(EdgeIterator iter) |
static Set<Integer> |
GHUtility.getNeighbors(EdgeIterator iter) |
Copyright © 2012–2020. All rights reserved.