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 TypeClassDescriptionclassAGeometryOperationwhich validates the results of theGeometrybuffer() method.classInvokes a function from registry or a Geometry method determined by a named operation with a list of arguments, the first of which is aGeometry.classInvokes a named operation on a set of arguments, the first of which is aGeometry.classAGeometryOperationwhich logs the input and output from anotherGeometryOperation.classAGeometryOperationwhich validates the result of overlay operations.classAGeometryOperationwhich usesPreparedGeometrys for applicable operations.classclassAGeometryOperationwhich 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 -
Uses of GeometryOperation in org.locationtech.jtstest.testrunner
Methods in org.locationtech.jtstest.testrunner that return GeometryOperationModifier and TypeMethodDescriptionstatic GeometryOperationGeometryOperationLoader.createGeometryOperation(ClassLoader classLoader, String geomOpClassname) If anything bad happens while creating the geometry operation, just print a message and failstatic GeometryOperationJTSTestRunnerCmd.getGeometryOperation()TestRun.getGeometryOperation()Constructors in org.locationtech.jtstest.testrunner with parameters of type GeometryOperationModifierConstructorDescriptionTestRun(String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, File testFile)