19 #ifndef GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
20 #define GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
22 #include <geos/export.h>
54 static std::auto_ptr<geom::Geometry> simplify(
70 void setDistanceTolerance(
double tolerance);
72 std::auto_ptr<geom::Geometry> getResultGeometry();
79 double distanceTolerance;
86 #endif // GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
Simplifies a Geometry using the standard Douglas-Peucker algorithm.
Definition: DouglasPeuckerSimplifier.h:50
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167