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
Fields in org.locationtech.jtstest.geomop declared as GeometryMethodOperation Modifier and Type Field Description private GeometryMethodOperationBufferValidatedGeometryOperation. chainOpprivate GeometryMethodOperationOverlayValidatedGeometryOperation. chainOpprivate GeometryMethodOperationPreparedGeometryOperation. chainOpprivate GeometryMethodOperationTeeGeometryOperation. chainOpConstructors in org.locationtech.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.
-