Package org.locationtech.jts.operation.overlay.validate
Classes to validate the results of overlay operations.
-
Class Summary Class Description FuzzyPointLocator Finds the most likelyLocation
of a point relative to the polygonal components of a geometry, using a tolerance value.OffsetPointGenerator Generates points offset by a given distance from both sides of the midpoint of all segments in aGeometry
.OverlayResultValidator Validates that the result of an overlay operation is geometrically correct, within a determined tolerance.