Package com.vividsolutions.jtstest.geomop
-
Interface Summary Interface Description GeometryMatcher An interface for classes which can determine whether two geometries match, within a given tolerance.GeometryOperation Interface for classes which execute operations onGeometrys. -
Class Summary Class Description ArgumentConverter BufferValidatedGeometryOperation AGeometryOperationwhich validates the results of theGeometrybuffer() method.GeometryFunctionOperation 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.GeometryMethodOperation Invokes a named operation on a set of arguments, the first of which is aGeometry.LoggingGeometryOperation AGeometryOperationwhich logs the input and output from anotherGeometryOperation.NormalizedGeometryMatcher OverlayValidatedGeometryOperation AGeometryOperationwhich validates the result of overlay operations.PreparedGeometryOperation AGeometryOperationwhich usesPreparedGeometrys for applicable operations.PreparedGeometryTeeOperation TeeGeometryOperation AGeometryOperationwhich executes the original operation and returns that result, but also executes a separate operation (which could be multiple operations).