Uses of Interface
com.graphhopper.storage.RoutingCHGraph
Packages that use RoutingCHGraph
Package
Description
-
Uses of RoutingCHGraph in com.graphhopper
Methods in com.graphhopper that return types with arguments of type RoutingCHGraph -
Uses of RoutingCHGraph in com.graphhopper.routing
Fields in com.graphhopper.routing declared as RoutingCHGraphFields in com.graphhopper.routing with type parameters of type RoutingCHGraphConstructors in com.graphhopper.routing with parameters of type RoutingCHGraphModifierConstructorDescriptionAbstractBidirCHAlgo
(RoutingCHGraph graph, TraversalMode tMode) AlternativeRouteCH
(RoutingCHGraph graph, PMap hints) AlternativeRouteEdgeCH
(RoutingCHGraph graph, PMap hints) AStarBidirectionCH
(RoutingCHGraph graph) -
Uses of RoutingCHGraph in com.graphhopper.routing.ch
Methods in com.graphhopper.routing.ch that return types with arguments of type RoutingCHGraphModifier and TypeMethodDescriptionConstructors in com.graphhopper.routing.ch with parameters of type RoutingCHGraphModifierConstructorDescriptionCHRoutingAlgorithmFactory
(RoutingCHGraph routingCHGraph) CHRoutingAlgorithmFactory
(RoutingCHGraph routingCHGraph, QueryGraph queryGraph) EdgeBasedCHBidirPathExtractor
(RoutingCHGraph routingGraph) NodeBasedCHBidirPathExtractor
(RoutingCHGraph routingGraph) ShortcutUnpacker
(RoutingCHGraph graph, ShortcutUnpacker.Visitor visitor, boolean edgeBased) -
Uses of RoutingCHGraph in com.graphhopper.routing.querygraph
Classes in com.graphhopper.routing.querygraph that implement RoutingCHGraphModifier and TypeClassDescriptionclass
This class is used to allow routing between virtual nodes (snapped coordinates that lie between the nodes of the original graph) when using CH.Constructors in com.graphhopper.routing.querygraph with parameters of type RoutingCHGraphModifierConstructorDescriptionQueryRoutingCHGraph
(RoutingCHGraph routingCHGraph, QueryGraph queryGraph) -
Uses of RoutingCHGraph in com.graphhopper.storage
Classes in com.graphhopper.storage that implement RoutingCHGraphMethods in com.graphhopper.storage that return RoutingCHGraph