15 #ifndef GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H
16 #define GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H
18 #include <geos/export.h>
66 void setRemoveCollapsedComponents(
bool nRemoveCollapsed);
82 bool getRemoveCollapsed();
89 #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:187
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Reduces the precision of a Geometry according to the supplied PrecisionModel, without attempting to p...
Definition: SimpleGeometryPrecisionReducer.h:44