Namespace NetTopologySuite.Operation.Overlay.Validate
Classes
FuzzyPointLocator
Finds the most likely Location 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 a Geometry.
OverlayResultValidator
Validates that the result of an overlay operation is geometrically correct within a determined tolerance. Uses fuzzy point location to find points which are definitely in either the interior or exterior of the result geometry, and compares these results with the expected ones.