Uses of Interface
com.vividsolutions.jtstest.geomop.GeometryOperation
-
Packages that use GeometryOperation Package Description com.vividsolutions.jtstest.geomop com.vividsolutions.jtstest.testrunner -
-
Uses of GeometryOperation in com.vividsolutions.jtstest.geomop
Classes in com.vividsolutions.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 com.vividsolutions.jtstest.geomop with parameters of type GeometryOperation Constructor Description LoggingGeometryOperation(GeometryOperation geomOp) -
Uses of GeometryOperation in com.vividsolutions.jtstest.testrunner
Methods in com.vividsolutions.jtstest.testrunner that return GeometryOperation Modifier and Type Method Description static GeometryOperationGeometryOperationLoader. createGeometryOperation(java.lang.ClassLoader classLoader, java.lang.String geomOpClassname)If anything bad happens while creating the geometry operation, just print a message and failGeometryOperationTestReader. getGeometryOperation()GeometryOperationTestRun. getGeometryOperation()static GeometryOperationTopologyTestApp. getGeometryOperation()Constructors in com.vividsolutions.jtstest.testrunner with parameters of type GeometryOperation Constructor Description TestRun(java.lang.String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, java.io.File testFile)
-