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 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)
-