Package org.locationtech.jts.precision
Provides classes for analyzing and
manipulating the precision of Geometries.
-
Class Summary Class Description CommonBits Determines the maximum number of common most-significant bits in the mantissa of one or numbers.CommonBitsOp Provides versions of Geometry spatial functions which use common bit removal to reduce the likelihood of robustness problems.CommonBitsRemover Removes common most-significant mantissa bits from one or moreGeometry
s.CoordinatePrecisionReducerFilter Reduces the precision of theCoordinate
s in aCoordinateSequence
to match the suppliedPrecisionModel
.EnhancedPrecisionOp Provides versions of Geometry spatial functions which use enhanced precision techniques to reduce the likelihood of robustness problems.GeometryPrecisionReducer Reduces the precision of aGeometry
according to the suppliedPrecisionModel
, ensuring that the result is topologically valid.MinimumClearance Computes the Minimum Clearance of aGeometry
.PrecisionReducerCoordinateOperation SimpleGeometryPrecisionReducer Deprecated. use GeometryPrecisionReducerSimpleMinimumClearance Computes the minimum clearance of a geometry or set of geometries.