Provides versions of Geometry spatial functions which use common bit removal to reduce the likelihood of robustness problems.
In the current implementation no rounding is performed on the reshifted result geometry, which means that it is possible that the returned Geometry is invalid. Client classes should check the validity of the returned result themselves.
Other
version: 1.7
public CommonBitsOp()
Creates a new instance of class, which reshifts result
Geometrys.
public CommonBitsOp(boolean returnToOriginalPrecision)
Creates a new instance of class, specifying whether the result
Geometrys should be reshifted.