public class TestCaseGeometryFunctions extends Object
Geometry
,
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.
Constructor and Description |
---|
TestCaseGeometryFunctions() |
Modifier and Type | Method and 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) |
Copyright © 2020. All Rights Reserved.