Class TestCaseGeometryFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.TestCaseGeometryFunctions
-
public class TestCaseGeometryFunctions extends Object
Geometry functions which augment the existing methods onGeometry
, for use in XML Test files. This is the default used in the TestRunner, and thus all the operations in this class should be named differently to the Geometry methods (otherwise they will shadow the real Geometry methods).If replacing a Geometry method is desired, this can be done via the -geomfunc argument to the TestRunner.
- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description TestCaseGeometryFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
bufferMitredJoin(Geometry g, double distance)
static Geometry
densify(Geometry g, double distance)
static double
minClearance(Geometry g)
static Geometry
minClearanceLine(Geometry g)
-