public class PreparedGeometryTeeOperation extends TeeGeometryOperation
| Constructor and Description |
|---|
PreparedGeometryTeeOperation() |
PreparedGeometryTeeOperation(GeometryMethodOperation chainOp)
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
runTeeOp(String opName,
Geometry geometry,
Object[] args) |
getReturnType, invokepublic PreparedGeometryTeeOperation()
public PreparedGeometryTeeOperation(GeometryMethodOperation chainOp)
GeometryMethodOperation
for non-intercepted methods.chainOp - the operation to chain toprotected void runTeeOp(String opName, Geometry geometry, Object[] args)
runTeeOp in class TeeGeometryOperationCopyright © 2025. All rights reserved.