com.vividsolutions.jts.precision |
Provides classes for manipulating the precision model of Geometries
|
Java Source File Name | Type | Comment |
CommonBits.java | Class | Determines the maximum number of common most-significant
bits in the mantissa of one or numbers. |
CommonBitsOp.java | Class | Provides versions of Geometry spatial functions which use
common bit removal to reduce the likelihood of robustness problems. |
CommonBitsRemover.java | Class | Allow computing and removing common mantissa bits from one or more Geometries. |
EnhancedPrecisionOp.java | Class | Provides versions of Geometry spatial functions which use
enhanced precision techniques to reduce the likelihood of robustness problems. |
SimpleGeometryPrecisionReducer.java | Class | Reduces the precision of a
Geometry according to the supplied
PrecisionModel , without
attempting to preserve valid topology.
The topology of the resulting geometry may be invalid if
topological collapse occurs due to coordinates being shifted.
It is up to the client to check this and handle it if necessary.
Collapses may not matter for some uses. |