Class PreparedGeometryOperation

  • All Implemented Interfaces:
    GeometryOperation

    public class PreparedGeometryOperation
    extends java.lang.Object
    implements GeometryOperation
    A GeometryOperation which uses PreparedGeometrys for applicable operations. This allows testing correctness of the PreparedGeometry implementation.

    This class can be used via the -geomop command-line option or by the <geometryOperation> XML test file setting.

    • Constructor Detail

      • PreparedGeometryOperation

        public PreparedGeometryOperation()
      • PreparedGeometryOperation

        public PreparedGeometryOperation​(GeometryMethodOperation chainOp)
        Creates a new operation which chains to the given GeometryMethodOperation for non-intercepted methods.
        Parameters:
        chainOp - the operation to chain to