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 GeometryMethodOperation
BufferValidatedGeometryOperation. chainOp
private GeometryMethodOperation
OverlayValidatedGeometryOperation. chainOp
private GeometryMethodOperation
PreparedGeometryOperation. chainOp
private GeometryMethodOperation
TeeGeometryOperation. chainOp
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.
-