Uses of Interface
org.locationtech.jtstest.geomop.GeometryOperation
Packages that use GeometryOperation
-
Uses of GeometryOperation in org.locationtech.jtstest.geomop
Classes in org.locationtech.jtstest.geomop that implement GeometryOperationModifier and TypeClassDescriptionclass
AGeometryOperation
which validates the results of theGeometry
buffer() method.class
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
Invokes a named operation on a set of arguments, the first of which is aGeometry
.class
AGeometryOperation
which logs the input and output from anotherGeometryOperation
.class
AGeometryOperation
which validates the result of overlay operations.class
AGeometryOperation
which usesPreparedGeometry
s for applicable operations.class
class
AGeometryOperation
which executes the original operation and returns that result, but also executes a separate operation (which could be multiple operations).Fields in org.locationtech.jtstest.geomop declared as GeometryOperationModifier and TypeFieldDescriptionprivate GeometryOperation
GeometryFunctionOperation.defaultOp
private GeometryOperation
LoggingGeometryOperation.geomOp
Constructors in org.locationtech.jtstest.geomop with parameters of type GeometryOperation -
Uses of GeometryOperation in org.locationtech.jtstest.testrunner
Fields in org.locationtech.jtstest.testrunner declared as GeometryOperationModifier and TypeFieldDescriptionprivate static GeometryOperation
JTSTestRunnerCmd.defaultOp
private static GeometryOperation
TopologyTestApp.defaultOp
private static GeometryOperation
JTSTestRunnerCmd.geometryOp
private static GeometryOperation
TopologyTestApp.geometryOp
private GeometryOperation
TestReader.geomOp
private GeometryOperation
TestRun.geomOp
Methods in org.locationtech.jtstest.testrunner that return GeometryOperationModifier and TypeMethodDescriptionstatic 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()
private GeometryOperation
Test.getGeometryOperation()
TestReader.getGeometryOperation()
TestRun.getGeometryOperation()
static GeometryOperation
TopologyTestApp.getGeometryOperation()
private GeometryOperation
TestReader.parseGeometryOperation
(org.jdom2.Element runElement) Parses an optional geometryOperation element.Constructors in org.locationtech.jtstest.testrunner with parameters of type GeometryOperationModifierConstructorDescriptionTestRun
(String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, File testFile)