19#ifndef GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
20#define GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
22#include <geos/export.h>
50class GEOS_DLL DouglasPeuckerSimplifier {
54 static std::auto_ptr<geom::Geometry> simplify(
72 std::auto_ptr<geom::Geometry> getResultGeometry();
79 double distanceTolerance;
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
void setDistanceTolerance(double tolerance)
Sets the distance tolerance for the simplification.
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25