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 booleanpreparedContains(Geometry g1, Geometry g2) static booleanpreparedContainsProperly(Geometry g1, Geometry g2) static booleanpreparedCovers(Geometry g1, Geometry g2) static booleanpreparedIntersects(Geometry g1, Geometry g2)
-
Constructor Details
-
PreparedGeometryFunctions
public PreparedGeometryFunctions()
-
-
Method Details
-
preparedIntersects
-
preparedContains
-
preparedContainsProperly
-
preparedCovers
-