Package | Description |
---|---|
org.locationtech.jtstest.geomop |
Modifier and Type | Field and Description |
---|---|
private GeometryMethodOperation |
TeeGeometryOperation.chainOp |
private GeometryMethodOperation |
PreparedGeometryOperation.chainOp |
private GeometryMethodOperation |
OverlayValidatedGeometryOperation.chainOp |
private GeometryMethodOperation |
BufferValidatedGeometryOperation.chainOp |
Constructor and Description |
---|
BufferValidatedGeometryOperation(GeometryMethodOperation chainOp)
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. |
OverlayValidatedGeometryOperation(GeometryMethodOperation chainOp)
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. |
PreparedGeometryOperation(GeometryMethodOperation chainOp)
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. |
PreparedGeometryTeeOperation(GeometryMethodOperation chainOp)
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. |
TeeGeometryOperation(GeometryMethodOperation chainOp)
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. |