Class PreparedGeometryTeeOperation

java.lang.Object
org.locationtech.jtstest.geomop.TeeGeometryOperation
org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
All Implemented Interfaces:
GeometryOperation

public class PreparedGeometryTeeOperation extends TeeGeometryOperation
  • Constructor Details

    • PreparedGeometryTeeOperation

      public PreparedGeometryTeeOperation()
    • PreparedGeometryTeeOperation

      public PreparedGeometryTeeOperation(GeometryMethodOperation chainOp)
      Creates a new operation which chains to the given GeometryMethodOperation for non-intercepted methods.
      Parameters:
      chainOp - the operation to chain to
  • Method Details