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