Uses of Package
org.locationtech.jtstest.geomop
-
Packages that use org.locationtech.jtstest.geomop Package Description org.locationtech.jtstest.geomop org.locationtech.jtstest.testrunner -
Classes in org.locationtech.jtstest.geomop used by org.locationtech.jtstest.geomop Class Description BaseGeometryFunction A base for implementations ofGeometryFunction
which provides most of the required structure.GeometryFunction A reification of a function which can be executed on aGeometry
, possibly with other arguments.GeometryFunctionRegistry A registry to manage a collection ofGeometryFunction
s.GeometryMatcher An interface for classes which can determine whether two geometries match, within a given tolerance.GeometryMethodOperation Invokes a named operation on a set of arguments, the first of which is aGeometry
.GeometryOperation Interface for classes which execute operations onGeometry
s.StaticMethodGeometryFunction AGeometryFunction
which calls a staticMethod
.TeeGeometryOperation AGeometryOperation
which executes the original operation and returns that result, but also executes a separate operation (which could be multiple operations). -
Classes in org.locationtech.jtstest.geomop used by org.locationtech.jtstest.testrunner Class Description GeometryOperation Interface for classes which execute operations onGeometry
s.