Class PreparedGeometryFunctions
java.lang.Object
org.locationtech.jtstest.function.PreparedGeometryFunctions
Function to execute PreparedGeometry methods which have optimized behaviour.
- Author:
- mdavis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
preparedContains
(Geometry g1, Geometry g2) static boolean
preparedContainsProperly
(Geometry g1, Geometry g2) static boolean
preparedCovers
(Geometry g1, Geometry g2) static boolean
preparedIntersects
(Geometry g1, Geometry g2)
-
Constructor Details
-
PreparedGeometryFunctions
public PreparedGeometryFunctions()
-
-
Method Details
-
preparedIntersects
-
preparedContains
-
preparedContainsProperly
-
preparedCovers
-