Class 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.
Inheritance
OverlayResultValidator
Assembly: NetTopologySuite.dll
Syntax
public class OverlayResultValidator
Constructors
|
Edit this page
View Source
OverlayResultValidator(Geometry, Geometry, Geometry)
Declaration
public OverlayResultValidator(Geometry a, Geometry b, Geometry result)
Parameters
Properties
|
Edit this page
View Source
InvalidLocation
Declaration
public Coordinate InvalidLocation { get; }
Property Value
Methods
|
Edit this page
View Source
IsValid(Geometry, Geometry, SpatialFunction, Geometry)
Declaration
public static bool IsValid(Geometry a, Geometry b, SpatialFunction overlayOp, Geometry result)
Parameters
Returns
|
Edit this page
View Source
IsValid(SpatialFunction)
Declaration
public bool IsValid(SpatialFunction overlayOp)
Parameters
Returns