See: Description
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 more
Geometry s. |
CommonBitsRemover.CommonCoordinateFilter | |
CommonBitsRemover.Translater | |
CoordinatePrecisionReducerFilter |
Reduces the precision of the
Coordinate s 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 . |
MinimumClearance.MinClearanceDistance |
Implements the MinimumClearance distance function:
dist(p1, p2) =
p1 != p2 : p1.distance(p2)
p1 == p2 : Double.MAX
dist(p, seg) =
p != seq.p1 && p != seg.p2 : seg.distance(p)
ELSE : Double.MAX
Also computes the values of the nearest points, if any.
|
PrecisionReducerCoordinateOperation | |
SimpleGeometryPrecisionReducer | Deprecated
use GeometryPrecisionReducer
|
SimpleMinimumClearance |
Computes the minimum clearance of a geometry or
set of geometries.
|
SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter | |
SimpleMinimumClearance.VertexCoordinateFilter |