Class PreparedGeometryFunctions


  • public class PreparedGeometryFunctions
    extends Object
    Function to execute PreparedGeometry methods which have optimized behaviour.
    Author:
    mdavis
    • Constructor Detail

      • PreparedGeometryFunctions

        public PreparedGeometryFunctions()
    • Method Detail

      • preparedIntersects

        public static boolean preparedIntersects​(Geometry g1,
                                                 Geometry g2)
      • preparedContains

        public static boolean preparedContains​(Geometry g1,
                                               Geometry g2)
      • preparedContainsProperly

        public static boolean preparedContainsProperly​(Geometry g1,
                                                       Geometry g2)
      • preparedCovers

        public static boolean preparedCovers​(Geometry g1,
                                             Geometry g2)