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 classInclude all edges of this storage in the iterator.protected static classMethods 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 intGHUtility.count(EdgeIterator iter) Counts reachable edges.static intGHUtility.count(EdgeIterator iterator, int adj) GHUtility.getEdgeIds(EdgeIterator iter) GHUtility.getNeighbors(EdgeIterator iter)