Uses of Interface
com.graphhopper.routing.util.DirectedEdgeFilter
Packages that use DirectedEdgeFilter
-
Uses of DirectedEdgeFilter in com.graphhopper.routing
Methods in com.graphhopper.routing that return DirectedEdgeFilterModifier and TypeMethodDescriptionprotected DirectedEdgeFilterRouter.Solver.createDirectedEdgeFilter()Methods in com.graphhopper.routing with parameters of type DirectedEdgeFilterModifier and TypeMethodDescriptionstatic ViaRouting.ResultViaRouting.calcPaths(List<GHPoint> points, QueryGraph queryGraph, List<Snap> snaps, DirectedEdgeFilter directedEdgeFilter, PathCalculator pathCalculator, List<String> curbsides, String curbsideStrictness, List<Double> headings, boolean passThrough) ViaRouting.lookup(EncodedValueLookup lookup, List<GHPoint> points, EdgeFilter snapFilter, LocationIndex locationIndex, List<String> snapPreventions, List<String> pointHints, DirectedEdgeFilter directedSnapFilter, List<Double> headings) Constructors in com.graphhopper.routing with parameters of type DirectedEdgeFilter -
Uses of DirectedEdgeFilter in com.graphhopper.routing.util
Constructors in com.graphhopper.routing.util with parameters of type DirectedEdgeFilterModifierConstructorDescriptionHeadingEdgeFilter(DirectedEdgeFilter directedEdgeFilter, double heading, GHPoint pointNearHeading)