public class SimpleMinimumClearance
extends java.lang.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 | Description |
|---|---|
SimpleMinimumClearance(Geometry geom) |
| Modifier and Type | Method | Description |
|---|---|---|
double |
getDistance() |
|
static double |
getDistance(Geometry g) |
|
LineString |
getLine() |
|
static Geometry |
getLine(Geometry g) |
public SimpleMinimumClearance(Geometry geom)
public static double getDistance(Geometry g)
public double getDistance()
public LineString getLine()
Copyright © 2018. All rights reserved.