Class GeometryPredicate

    • Constructor Detail

      • GeometryPredicate

        public GeometryPredicate​(String name,
                                 int nParams)
      • GeometryPredicate

        public GeometryPredicate​(String name)
      • GeometryPredicate

        public GeometryPredicate​(String name,
                                 int nArgs,
                                 int nParams)
      • GeometryPredicate

        public GeometryPredicate​(String name,
                                 int nArgs,
                                 int nParams,
                                 String description)
    • Method Detail

      • getName

        public String getName()
      • getGeometryArgumentCount

        public int getGeometryArgumentCount()
      • getParameterCount

        public int getParameterCount()
      • isTrue

        public abstract boolean isTrue​(org.locationtech.jts.geom.Geometry geom0,
                                       org.locationtech.jts.geom.Geometry geom1,
                                       double[] param)