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 TypeMethodDescriptionvoidEdgeElevationInterpolator.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 EdgeExplorerAbstractNonCHBidirAlgo.edgeExplorerprotected final EdgeExplorerAbstractRoutingAlgorithm.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 EdgeExplorerGraph.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 TypeMethodDescriptionvoidBaseGraph.forEdgeAndCopiesOfEdge(EdgeExplorer explorer, int node, int edge, IntConsumer consumer) voidBaseGraph.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 TypeMethodDescriptionvoidBreadthFirstSearch.start(EdgeExplorer explorer, int startNode) voidDepthFirstSearch.start(EdgeExplorer explorer, int startNode) beginning with startNode add all following nodes to LIFO queue.abstract voidXFirstSearch.start(EdgeExplorer explorer, int startNode)