Class PreparedGeometryFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.PreparedGeometryFunctions
-
public class PreparedGeometryFunctions extends Object
Function to execute PreparedGeometry methods which have optimized behaviour.- Author:
- mdavis
-
-
Constructor Summary
Constructors Constructor Description PreparedGeometryFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanpreparedContains(Geometry g1, Geometry g2)static booleanpreparedContainsProperly(Geometry g1, Geometry g2)static booleanpreparedCovers(Geometry g1, Geometry g2)static booleanpreparedIntersects(Geometry g1, Geometry g2)
-