Class SimpleMinimumClearance

Hierarchy: Object , SimpleMinimumClearance
public 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.

Authors:
Martin Davis
See also:
MinimumClearance
public SimpleMinimumClearance(Geometry geom)
public static double getDistance(Geometry g)
public static Geometry getLine(Geometry g)
public double getDistance()
public LineString getLine()