Class SimpleMinimumClearance
Computes the minimum clearance of a geometry or
set of geometries.
The Minimum Clearance is a measure of
what magnitude of perturbation of its vertices can be tolerated
by a geometry before it becomes topologically invalid.
This class uses an inefficient O(N^2) scan.
It is primarily for testing purposes.
Inheritance
SimpleMinimumClearance
Assembly: NetTopologySuite.dll
Syntax
public class SimpleMinimumClearance
Constructors
|
Improve this Doc
View Source
SimpleMinimumClearance(Geometry)
Declaration
public SimpleMinimumClearance(Geometry geom)
Parameters
Methods
|
Improve this Doc
View Source
GetDistance()
Declaration
public double GetDistance()
Returns
|
Improve this Doc
View Source
GetDistance(Geometry)
Declaration
public static double GetDistance(Geometry g)
Parameters
Returns
|
Improve this Doc
View Source
GetLine()
Declaration
public LineString GetLine()
Returns
|
Improve this Doc
View Source
GetLine(Geometry)
Declaration
public static Geometry GetLine(Geometry g)
Parameters
Returns
See Also