24 #ifndef GEOS_SIMPLIFY_TOPOLOGYPRESERVINGSIMPLIFIER_H
25 #define GEOS_SIMPLIFY_TOPOLOGYPRESERVINGSIMPLIFIER_H
27 #include <geos/export.h>
28 #include <geos/geom/Geometry.h>
29 #include <geos/simplify/TaggedLinesSimplifier.h>
35 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
64 static std::auto_ptr<geom::Geometry> simplify(
80 void setDistanceTolerance(
double tolerance);
82 std::auto_ptr<geom::Geometry> getResultGeometry();
88 std::auto_ptr<TaggedLinesSimplifier> lineSimplifier;
99 #endif // GEOS_SIMPLIFY_TOPOLOGYPRESERVINGSIMPLIFIER_H
Simplifies a geometry, ensuring that the result is a valid geometry having the same dimension and num...
Definition: TopologyPreservingSimplifier.h:59
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168