Uses of Class
com.graphhopper.util.RamerDouglasPeucker
Packages that use RamerDouglasPeucker
-
Uses of RamerDouglasPeucker in com.graphhopper.util
Methods in com.graphhopper.util that return RamerDouglasPeuckerModifier and TypeMethodDescriptionRamerDouglasPeucker.setElevationMaxDistance
(double dist) maximum elevation distance of discrepancy (from the normal way) in metersRamerDouglasPeucker.setMaxDistance
(double dist) maximum distance of discrepancy (from the normal way) in meterMethods in com.graphhopper.util with parameters of type RamerDouglasPeuckerModifier and TypeMethodDescriptionPathMerger.setRamerDouglasPeucker
(RamerDouglasPeucker ramerDouglasPeucker) static PointList
PathSimplification.simplify
(ResponsePath responsePath, RamerDouglasPeucker ramerDouglasPeucker, boolean enableInstructions) Convenience method used to obtain the partitions from a calculated path with details and instructionsstatic void
PathSimplification.simplify
(PointList pointList, List<com.graphhopper.util.PathSimplification.Partition> partitions, RamerDouglasPeucker ramerDouglasPeucker)