23 #ifndef GEOS_SIMPLIFY_TOPOLOGYPRESERVINGSIMPLIFIER_H 24 #define GEOS_SIMPLIFY_TOPOLOGYPRESERVINGSIMPLIFIER_H 26 #include <geos/export.h> 27 #include <geos/geom/Geometry.h> 28 #include <geos/simplify/TaggedLinesSimplifier.h> 34 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 63 static std::auto_ptr<geom::Geometry> simplify(
79 void setDistanceTolerance(
double tolerance);
81 std::auto_ptr<geom::Geometry> getResultGeometry();
87 std::auto_ptr<TaggedLinesSimplifier> lineSimplifier;
98 #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:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25