Uses of Class
com.vividsolutions.jtstest.geomop.GeometryMethodOperation
-
Packages that use GeometryMethodOperation Package Description com.vividsolutions.jtstest.geomop -
-
Uses of GeometryMethodOperation in com.vividsolutions.jtstest.geomop
Constructors in com.vividsolutions.jtstest.geomop with parameters of type GeometryMethodOperation Constructor Description BufferValidatedGeometryOperation(GeometryMethodOperation chainOp)Creates a new operation which chains to the givenGeometryMethodOperationfor non-intercepted methods.OverlayValidatedGeometryOperation(GeometryMethodOperation chainOp)Creates a new operation which chains to the givenGeometryMethodOperationfor non-intercepted methods.PreparedGeometryOperation(GeometryMethodOperation chainOp)Creates a new operation which chains to the givenGeometryMethodOperationfor non-intercepted methods.PreparedGeometryTeeOperation(GeometryMethodOperation chainOp)Creates a new operation which chains to the givenGeometryMethodOperationfor non-intercepted methods.TeeGeometryOperation(GeometryMethodOperation chainOp)Creates a new operation which chains to the givenGeometryMethodOperationfor non-intercepted methods.
-