Package org.locationtech.jtstest.geomop
Class PreparedGeometryTeeOperation
java.lang.Object
org.locationtech.jtstest.geomop.TeeGeometryOperation
org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- All Implemented Interfaces:
GeometryOperation
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new operation which chains to the givenGeometryMethodOperation
for non-intercepted methods. -
Method Summary
Methods inherited from class org.locationtech.jtstest.geomop.TeeGeometryOperation
getReturnType, invoke
-
Constructor Details
-
PreparedGeometryTeeOperation
public PreparedGeometryTeeOperation() -
PreparedGeometryTeeOperation
Creates a new operation which chains to the givenGeometryMethodOperation
for non-intercepted methods.- Parameters:
chainOp
- the operation to chain to
-
-
Method Details
-
runTeeOp
- Specified by:
runTeeOp
in classTeeGeometryOperation
-