Uses of Interface
com.graphhopper.util.EdgeIterator
Packages that use EdgeIterator
-
Uses of EdgeIterator in com.graphhopper.routing.util
Subinterfaces of EdgeIterator in com.graphhopper.routing.util -
Uses of EdgeIterator in com.graphhopper.storage
Classes in com.graphhopper.storage that implement EdgeIteratorModifier and TypeClassDescriptionprotected static class
Include all edges of this storage in the iterator.protected static class
Methods in com.graphhopper.storage that return EdgeIterator -
Uses of EdgeIterator in com.graphhopper.util
Methods in com.graphhopper.util that return EdgeIteratorModifier and TypeMethodDescriptionEdgeExplorer.setBaseNode
(int baseNode) This method sets the base node for iteration through neighboring edges (EdgeIteratorStates).Methods in com.graphhopper.util with parameters of type EdgeIteratorModifier and TypeMethodDescriptionstatic int
GHUtility.count
(EdgeIterator iter) Counts reachable edges.static int
GHUtility.count
(EdgeIterator iterator, int adj) GHUtility.getEdgeIds
(EdgeIterator iter) GHUtility.getNeighbors
(EdgeIterator iter)