Uses of Interface
com.graphhopper.storage.RoutingCHEdgeIteratorState
Packages that use RoutingCHEdgeIteratorState
Package
Description
-
Uses of RoutingCHEdgeIteratorState in com.graphhopper.routing
Methods in com.graphhopper.routing with parameters of type RoutingCHEdgeIteratorStateModifier and TypeMethodDescriptionprotected booleanAbstractBidirCHAlgo.accept(RoutingCHEdgeIteratorState edge, SPTEntry currEdge, boolean reverse) protected booleanAbstractBidirectionEdgeCHNoSOD.accept(RoutingCHEdgeIteratorState edge, SPTEntry currEdge, boolean reverse) protected doubleAbstractBidirCHAlgo.calcWeight(RoutingCHEdgeIteratorState edgeState, boolean reverse, int prevOrNextEdgeId) protected doubleAbstractBidirCHAlgo.calcWeight(RoutingCHEdgeIteratorState iter, SPTEntry currEdge, boolean reverse) protected doubleAStarBidirectionCH.calcWeight(RoutingCHEdgeIteratorState iter, SPTEntry currEdge, boolean reverse) -
Uses of RoutingCHEdgeIteratorState in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return RoutingCHEdgeIteratorStateModifier and TypeMethodDescriptionQueryRoutingCHGraph.getEdgeIteratorState(int chEdge, int adjNode) -
Uses of RoutingCHEdgeIteratorState in com.graphhopper.routing.util
Methods in com.graphhopper.routing.util with parameters of type RoutingCHEdgeIteratorStateModifier and TypeMethodDescriptionfinal intTraversalMode.createTraversalId(RoutingCHEdgeIteratorState chEdgeState, boolean reverse) -
Uses of RoutingCHEdgeIteratorState in com.graphhopper.storage
Subinterfaces of RoutingCHEdgeIteratorState in com.graphhopper.storageClasses in com.graphhopper.storage that implement RoutingCHEdgeIteratorStateModifier and TypeClassDescriptionclassclassMethods in com.graphhopper.storage that return RoutingCHEdgeIteratorStateModifier and TypeMethodDescriptionRoutingCHGraph.getEdgeIteratorState(int chEdge, int adjNode) RoutingCHGraphImpl.getEdgeIteratorState(int chEdge, int adjNode) Methods in com.graphhopper.storage with parameters of type RoutingCHEdgeIteratorStateModifier and TypeMethodDescriptionbooleanCHEdgeFilter.accept(RoutingCHEdgeIteratorState edgeState)