#include <CommonBitsRemover.h>
Public Member Functions | |
void | add (const geom::Geometry *geom) |
geom::Coordinate & | getCommonCoordinate () |
geom::Geometry * | removeCommonBits (geom::Geometry *geom) |
Removes the common coordinate bits from a Geometry. The coordinates of the Geometry are changed. | |
geom::Geometry * | addCommonBits (geom::Geometry *geom) |
Adds the common coordinate bits back into a Geometry. The coordinates of the Geometry are changed. |
|
Add a geometry to the set of geometries whose common bits are being computed. After this method has executed the common coordinate reflects the common bits of all added geometries.
|
|
Adds the common coordinate bits back into a Geometry. The coordinates of the Geometry are changed.
|
|
The common bits of the Coordinates in the supplied Geometries. |
|
Removes the common coordinate bits from a Geometry. The coordinates of the Geometry are changed.
|