15 #ifndef GEOS_PRECISION_COMMONBITSREMOVER_H
16 #define GEOS_PRECISION_COMMONBITSREMOVER_H
18 #include <geos/export.h>
19 #include <geos/geom/Coordinate.h>
27 class CommonBitsRemover;
28 class CommonCoordinateFilter;
46 CommonCoordinateFilter *ccFilter;
92 #endif // GEOS_PRECISION_COMMONBITSREMOVER_H
Allow computing and removing common mantissa bits from one or more Geometries.
Definition: CommonBitsRemover.h:40
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167