template<typename Point, typename PointDistanceStrategy>
class boost::geometry::strategy::simplify::douglas_peucker< Point, PointDistanceStrategy >
Implements the simplify algorithm.
The douglas_peucker strategy simplifies a linestring, ring or vector of points using the well-known Douglas-Peucker algorithm.
- Template Parameters
-
Point | the point type |
PointDistanceStrategy | point-segment distance strategy to be used |
- Note
- This strategy uses itself a point-segment-distance strategy which can be specified
- Author
- Barend and Maarten, 1995/1996
-
Barend, revised for Generic Geometry Library, 2008