17 #include <geos/export.h>
18 #include <geos/geom/Coordinate.h>
26 class CommonBitsRemover;
27 class CommonCoordinateFilter;
45 CommonCoordinateFilter* ccFilter;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:217
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:197
Allow computing and removing common mantissa bits from one or more Geometries.
Definition: CommonBitsRemover.h:39
geom::Coordinate & getCommonCoordinate()
geom::Geometry * addCommonBits(geom::Geometry *geom)
Adds the common coordinate bits back into a Geometry. The coordinates of the Geometry are changed.
void removeCommonBits(geom::Geometry *geom)
Removes the common coordinate bits from a Geometry. The coordinates of the Geometry are changed.
void add(const geom::Geometry *geom)
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25