Uses of Class
com.graphhopper.storage.index.Snap
Packages that use Snap
Package
Description
-
Uses of Snap in com.graphhopper.isochrone.algorithm
Methods in com.graphhopper.isochrone.algorithm with parameters of type SnapModifier and TypeMethodDescriptionJTSTriangulator.triangulate
(Snap snap, QueryGraph queryGraph, ShortestPathTree shortestPathTree, ToDoubleFunction<ShortestPathTree.IsoLabel> fz, double tolerance) Triangulator.triangulate
(Snap snap, QueryGraph queryGraph, ShortestPathTree shortestPathTree, ToDoubleFunction<ShortestPathTree.IsoLabel> fz, double tolerance) -
Uses of Snap in com.graphhopper.routing
Methods in com.graphhopper.routing that return types with arguments of type SnapModifier and TypeMethodDescriptionRoundTripRouting.lookup
(List<GHPoint> points, EdgeFilter edgeFilter, LocationIndex locationIndex, RoundTripRouting.Params params) ViaRouting.lookup
(EncodedValueLookup lookup, List<GHPoint> points, EdgeFilter snapFilter, LocationIndex locationIndex, List<String> snapPreventions, List<String> pointHints, DirectedEdgeFilter directedSnapFilter, List<Double> headings) Method parameters in com.graphhopper.routing with type arguments of type SnapModifier and TypeMethodDescriptionstatic RoundTripRouting.Result
RoundTripRouting.calcPaths
(List<Snap> snaps, FlexiblePathCalculator pathCalculator) -
Uses of Snap in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph with parameters of type SnapMethod parameters in com.graphhopper.routing.querygraph with type arguments of type Snap -
Uses of Snap in com.graphhopper.storage.index
Methods in com.graphhopper.storage.index that return SnapModifier and TypeMethodDescriptionLocationIndex.findClosest
(double lat, double lon, EdgeFilter edgeFilter) This method returns the closest Snap for the specified location (lat, lon) and only if the filter accepts the edge as valid candidate (e.g.LocationIndexTree.findClosest
(double queryLat, double queryLon, EdgeFilter edgeFilter) -
Uses of Snap in com.graphhopper.util
Methods in com.graphhopper.util that return SnapModifier and TypeMethodDescriptionstatic Snap
GHUtility.getRandomSnap
(LocationIndex locationIndex, Random rnd, BBox bbox, EdgeFilter filter) Methods in com.graphhopper.util that return types with arguments of type SnapModifier and TypeMethodDescriptionGHUtility.createRandomSnaps
(BBox bbox, LocationIndex locationIndex, Random rnd, int numPoints, boolean acceptTower, EdgeFilter filter)