public class SimpleMinimumClearance extends Object
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.
MinimumClearance
| Constructor and Description |
|---|
SimpleMinimumClearance(Geometry
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance()
|
static double |
getDistance(Geometry
|
LineString |
getLine()
|
static Geometry |
getLine(Geometry
|
public SimpleMinimumClearance(Geometrygeom)
public static double getDistance(Geometryg)
public double getDistance()
public LineStringgetLine()