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 givenGeometryMethodOperationfor non-intercepted methods. -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckAllPrepOps(Geometry g1, Geometry g2) private voidcheckContains(PreparedGeometry pg, Geometry g2) private voidprivate voidcheckCovers(PreparedGeometry pg, Geometry g2) private voidcheckIntersects(PreparedGeometry pg, Geometry g2) private static booleancontainsProperly(Geometry g1, Geometry g2) protected voidMethods inherited from class org.locationtech.jtstest.geomop.TeeGeometryOperation
getReturnType, invoke
-
Constructor Details
-
PreparedGeometryTeeOperation
public PreparedGeometryTeeOperation() -
PreparedGeometryTeeOperation
Creates a new operation which chains to the givenGeometryMethodOperationfor non-intercepted methods.- Parameters:
chainOp- the operation to chain to
-
-
Method Details
-
containsProperly
-
runTeeOp
- Specified by:
runTeeOpin classTeeGeometryOperation
-
checkAllPrepOps
-
checkIntersects
-
checkContains
-
checkContainsProperly
-
checkCovers
-