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 classBufferValidatedGeometryOperationAGeometryOperationwhich validates the results of theGeometrybuffer() method.classGeometryFunctionOperationInvokes a function from registry or a Geometry method determined by a named operation with a list of arguments, the first of which is aGeometry.classGeometryMethodOperationInvokes a named operation on a set of arguments, the first of which is aGeometry.classLoggingGeometryOperationAGeometryOperationwhich logs the input and output from anotherGeometryOperation.classOverlayValidatedGeometryOperationAGeometryOperationwhich validates the result of overlay operations.classPreparedGeometryOperationAGeometryOperationwhich usesPreparedGeometrys for applicable operations.classPreparedGeometryTeeOperationclassTeeGeometryOperationAGeometryOperationwhich 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 GeometryOperationGeometryOperationLoader. createGeometryOperation(ClassLoader classLoader, String geomOpClassname)If anything bad happens while creating the geometry operation, just print a message and failstatic GeometryOperationJTSTestRunnerCmd. getGeometryOperation()GeometryOperationTestRun. 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)
-