19#ifndef GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
20#define GEOS_SIMPLIFY_DOUBGLASPEUCKERSIMPLIFIER_H
22#include <geos/export.h>
54 static std::unique_ptr<geom::Geometry> simplify(
72 std::unique_ptr<geom::Geometry> getResultGeometry();
79 double distanceTolerance;
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:188
Simplifies a Geometry using the standard Douglas-Peucker algorithm.
Definition DouglasPeuckerSimplifier.h:50
void setDistanceTolerance(double tolerance)
Sets the distance tolerance for the simplification.
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26