16 #ifndef GEOS_PRECISION_COMMONBITSREMOVER_H
17 #define GEOS_PRECISION_COMMONBITSREMOVER_H
19 #include <geos/export.h>
20 #include <geos/geom/Coordinate.h>
28 class CommonBitsRemover;
29 class CommonCoordinateFilter;
47 CommonCoordinateFilter *ccFilter;
93 #endif // GEOS_PRECISION_COMMONBITSREMOVER_H
Allow computing and removing common mantissa bits from one or more Geometries.
Definition: CommonBitsRemover.h:41
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168