Package org.locationtech.jtstest.geomop
package org.locationtech.jtstest.geomop
-
ClassDescriptionA base for implementations of
GeometryFunction
which provides most of the required structure.AGeometryOperation
which validates the results of theGeometry
buffer() method.A reification of a function which can be executed on aGeometry
, possibly with other arguments.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
.A registry to manage a collection ofGeometryFunction
s.An interface for classes which can determine whether two geometries match, within a given tolerance.Invokes a named operation on a set of arguments, the first of which is aGeometry
.Interface for classes which execute operations onGeometry
s.AGeometryOperation
which logs the input and output from anotherGeometryOperation
.AGeometryOperation
which validates the result of overlay operations.AGeometryOperation
which usesPreparedGeometry
s for applicable operations.AGeometryFunction
which calls a staticMethod
.AGeometryOperation
which executes the original operation and returns that result, but also executes a separate operation (which could be multiple operations).Geometry functions which augment the existing methods onGeometry
, for use in XML Test files.