20 #ifndef GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
21 #define GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
23 #include <geos/export.h>
55 static std::auto_ptr<geom::Geometry> simplify(
71 void setDistanceTolerance(
double tolerance);
73 std::auto_ptr<geom::Geometry> getResultGeometry();
80 double distanceTolerance;
87 #endif // GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
Simplifies a Geometry using the standard Douglas-Peucker algorithm.
Definition: DouglasPeuckerSimplifier.h:51
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168