Uses of Interface
com.graphhopper.util.EdgeExplorer
Packages that use EdgeExplorer
Package
Description
-
Uses of EdgeExplorer in com.graphhopper.reader.dem
Methods in com.graphhopper.reader.dem with parameters of type EdgeExplorerModifier and TypeMethodDescriptionvoid
EdgeElevationInterpolator.gatherOuterAndInnerNodeIds
(EdgeExplorer edgeExplorer, EdgeIteratorState interpolatableEdge, GHBitSet visitedEdgesIds, com.carrotsearch.hppc.IntSet outerNodeIds, GHIntHashSet innerNodeIds) -
Uses of EdgeExplorer in com.graphhopper.routing
Fields in com.graphhopper.routing declared as EdgeExplorerModifier and TypeFieldDescriptionprotected EdgeExplorer
AbstractNonCHBidirAlgo.edgeExplorer
protected final EdgeExplorer
AbstractRoutingAlgorithm.edgeExplorer
-
Uses of EdgeExplorer in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return EdgeExplorer -
Uses of EdgeExplorer in com.graphhopper.storage
Classes in com.graphhopper.storage that implement EdgeExplorerMethods in com.graphhopper.storage that return EdgeExplorerModifier and TypeMethodDescriptionBaseGraph.createEdgeExplorer()
BaseGraph.createEdgeExplorer
(EdgeFilter filter) default EdgeExplorer
Graph.createEdgeExplorer()
Creates an EdgeExplorer that accepts all edgesGraph.createEdgeExplorer
(EdgeFilter filter) Returns an EdgeExplorer which makes it possible to traverse all filtered edges of a specific node.Methods in com.graphhopper.storage with parameters of type EdgeExplorerModifier and TypeMethodDescriptionvoid
BaseGraph.forEdgeAndCopiesOfEdge
(EdgeExplorer explorer, EdgeIteratorState edge, Consumer<EdgeIteratorState> consumer) Runs the given action on the given edge and all its copies that were created with 'reuseGeometry=true'. -
Uses of EdgeExplorer in com.graphhopper.util
Methods in com.graphhopper.util with parameters of type EdgeExplorerModifier and TypeMethodDescriptionvoid
BreadthFirstSearch.start
(EdgeExplorer explorer, int startNode) void
DepthFirstSearch.start
(EdgeExplorer explorer, int startNode) beginning with startNode add all following nodes to LIFO queue.abstract void
XFirstSearch.start
(EdgeExplorer explorer, int startNode)