16 #ifndef GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H
17 #define GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H
19 #include <geos/export.h>
67 void setRemoveCollapsedComponents(
bool nRemoveCollapsed);
83 bool getRemoveCollapsed();
90 #endif // GEOS_PRECISION_SIMPLEGEOMETRYPRECISIONREDUCER_H
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:88
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Reduces the precision of a Geometry according to the supplied PrecisionModel, without attempting to p...
Definition: SimpleGeometryPrecisionReducer.h:45