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 boolean
AbstractBidirCHAlgo.accept
(RoutingCHEdgeIteratorState edge, SPTEntry currEdge, boolean reverse) protected boolean
AbstractBidirectionEdgeCHNoSOD.accept
(RoutingCHEdgeIteratorState edge, SPTEntry currEdge, boolean reverse) protected double
AbstractBidirCHAlgo.calcWeight
(RoutingCHEdgeIteratorState edgeState, boolean reverse, int prevOrNextEdgeId) protected double
AbstractBidirCHAlgo.calcWeight
(RoutingCHEdgeIteratorState iter, SPTEntry currEdge, boolean reverse) protected double
AStarBidirectionCH.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 int
TraversalMode.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 TypeClassDescriptionclass
class
Methods 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 TypeMethodDescriptionboolean
CHEdgeFilter.accept
(RoutingCHEdgeIteratorState edgeState)