15 #ifndef GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H 16 #define GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H 18 #include <geos/export.h> 67 void setRemoveCollapsedComponents(
bool nRemoveCollapsed);
83 bool getRemoveCollapsed();
84 std::unique_ptr<geom::Geometry> reduce(
const geom::Geometry* geom);
90 #endif // GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:87
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Reduces the precision of a geom::Geometry according to the supplied geom::PrecisionModel,...
Definition: SimpleGeometryPrecisionReducer.h:45