Package org.locationtech.jtstest.geomop
Class PreparedGeometryTeeOperation
- java.lang.Object
-
- org.locationtech.jtstest.geomop.TeeGeometryOperation
-
- org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
-
- All Implemented Interfaces:
GeometryOperation
public class PreparedGeometryTeeOperation extends TeeGeometryOperation
-
-
Constructor Summary
Constructors Constructor Description PreparedGeometryTeeOperation()
PreparedGeometryTeeOperation(GeometryMethodOperation chainOp)
Creates a new operation which chains to the givenGeometryMethodOperation
for non-intercepted methods.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
runTeeOp(String opName, Geometry geometry, Object[] args)
-
Methods inherited from class org.locationtech.jtstest.geomop.TeeGeometryOperation
getReturnType, invoke
-
-
-
-
Constructor Detail
-
PreparedGeometryTeeOperation
public PreparedGeometryTeeOperation()
-
PreparedGeometryTeeOperation
public PreparedGeometryTeeOperation(GeometryMethodOperation chainOp)
Creates a new operation which chains to the givenGeometryMethodOperation
for non-intercepted methods.- Parameters:
chainOp
- the operation to chain to
-
-
Method Detail
-
runTeeOp
protected void runTeeOp(String opName, Geometry geometry, Object[] args)
- Specified by:
runTeeOp
in classTeeGeometryOperation
-
-