Uses of Interface
com.graphhopper.storage.RoutingCHEdgeExplorer
Packages that use RoutingCHEdgeExplorer
Package
Description
-
Uses of RoutingCHEdgeExplorer in com.graphhopper.routing
Fields in com.graphhopper.routing declared as RoutingCHEdgeExplorerModifier and TypeFieldDescriptionprotected RoutingCHEdgeExplorerAbstractBidirCHAlgo.inEdgeExplorerprotected RoutingCHEdgeExplorerAbstractBidirCHAlgo.outEdgeExplorer -
Uses of RoutingCHEdgeExplorer in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return RoutingCHEdgeExplorerModifier and TypeMethodDescriptionQueryRoutingCHGraph.createInEdgeExplorer()QueryRoutingCHGraph.createOutEdgeExplorer() -
Uses of RoutingCHEdgeExplorer in com.graphhopper.storage
Classes in com.graphhopper.storage that implement RoutingCHEdgeExplorerMethods in com.graphhopper.storage that return RoutingCHEdgeExplorerModifier and TypeMethodDescriptionRoutingCHGraph.createInEdgeExplorer()Traverses the base edges and shortcuts at a given node.RoutingCHGraphImpl.createInEdgeExplorer()RoutingCHGraph.createOutEdgeExplorer()RoutingCHGraphImpl.createOutEdgeExplorer()