Uses of Interface
org.locationtech.jtstest.geomop.GeometryOperation
-
Packages that use GeometryOperation Package Description org.locationtech.jtstest.geomop org.locationtech.jtstest.testrunner -
-
Uses of GeometryOperation in org.locationtech.jtstest.geomop
Classes in org.locationtech.jtstest.geomop that implement GeometryOperation Modifier and Type Class Description class
BufferValidatedGeometryOperation
AGeometryOperation
which validates the results of theGeometry
buffer() method.class
GeometryFunctionOperation
Invokes a function from registry or a Geometry method determined by a named operation with a list of arguments, the first of which is aGeometry
.class
GeometryMethodOperation
Invokes a named operation on a set of arguments, the first of which is aGeometry
.class
LoggingGeometryOperation
AGeometryOperation
which logs the input and output from anotherGeometryOperation
.class
OverlayValidatedGeometryOperation
AGeometryOperation
which validates the result of overlay operations.class
PreparedGeometryOperation
AGeometryOperation
which usesPreparedGeometry
s for applicable operations.class
PreparedGeometryTeeOperation
class
TeeGeometryOperation
AGeometryOperation
which executes the original operation and returns that result, but also executes a separate operation (which could be multiple operations).Constructors in org.locationtech.jtstest.geomop with parameters of type GeometryOperation Constructor Description LoggingGeometryOperation(GeometryOperation geomOp)
-
Uses of GeometryOperation in org.locationtech.jtstest.testrunner
Methods in org.locationtech.jtstest.testrunner that return GeometryOperation Modifier and Type Method Description static GeometryOperation
GeometryOperationLoader. createGeometryOperation(ClassLoader classLoader, String geomOpClassname)
If anything bad happens while creating the geometry operation, just print a message and failstatic GeometryOperation
JTSTestRunnerCmd. getGeometryOperation()
GeometryOperation
TestRun. getGeometryOperation()
Constructors in org.locationtech.jtstest.testrunner with parameters of type GeometryOperation Constructor Description TestRun(String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, File testFile)
-