Package org.locationtech.jtstest.geomop
Class PreparedGeometryTeeOperation
java.lang.Object
org.locationtech.jtstest.geomop.TeeGeometryOperation
org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- All Implemented Interfaces:
GeometryOperation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new operation which chains to the givenGeometryMethodOperation
for non-intercepted methods. -
Method Summary
Modifier and TypeMethodDescriptionprivate void
checkAllPrepOps
(Geometry g1, Geometry g2) private void
checkContains
(PreparedGeometry pg, Geometry g2) private void
private void
checkCovers
(PreparedGeometry pg, Geometry g2) private void
checkIntersects
(PreparedGeometry pg, Geometry g2) private static boolean
containsProperly
(Geometry g1, Geometry g2) protected void
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
-
containsProperly
-
runTeeOp
- Specified by:
runTeeOp
in classTeeGeometryOperation
-
checkAllPrepOps
-
checkIntersects
-
checkContains
-
checkContainsProperly
-
checkCovers
-