Class PrecisionFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.PrecisionFunctions
-
public class PrecisionFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrecisionFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
minClearance(Geometry g)
static Geometry
minClearanceLine(Geometry g)
static double
minClearanceSimple(Geometry g)
static Geometry
minClearanceSimpleLine(Geometry g)
static Geometry
reducePrecision(Geometry geom, double scaleFactor)
static Geometry
reducePrecisionPointwise(Geometry geom, double scaleFactor)
-