JTS Topology Suite version 1.12

Package com.vividsolutions.jts.precision

Provides classes for analyzing and manipulating the precision of Geometries.

See:
          Description

Class Summary
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 more Geometrys.
CoordinatePrecisionReducerFilter Reduces the precision of the Coordinates in a CoordinateSequence to match the supplied PrecisionModel.
EnhancedPrecisionOp Provides versions of Geometry spatial functions which use enhanced precision techniques to reduce the likelihood of robustness problems.
GeometryPrecisionReducer Reduces the precision of a Geometry according to the supplied PrecisionModel, ensuring that the result is topologically valid.
MinimumClearance Computes the Minimum Clearance of a Geometry.
PrecisionReducerCoordinateOperation  
SimpleGeometryPrecisionReducer Deprecated. use GeometryPrecisionReducer
SimpleMinimumClearance Computes the minimum clearance of a geometry or set of geometries.
 

Package com.vividsolutions.jts.precision Description

Provides classes for analyzing and manipulating the precision of Geometries.


JTS Topology Suite version 1.12