Interface PredicateEvaluator

    • Method Detail

      • covers

        boolean covers(Coordinate coordinate)
        Test for coverage. Includes the boundary of geometric objects.
      • contains

        boolean contains(Coordinate coordinate)
        Test for containment. Excludes the boundary of geometric objects.
      • covers

        boolean covers(Point point)
        Test for coverage. Includes the boundary of geometric objects.
      • contains

        boolean contains(Point point)
        Test for containment. Excludes the boundary of geometric objects.
      • covers

        boolean covers(Envelope envelope)
        Test for coverage. Includes the boundary of geometric objects.
      • contains

        boolean contains(Envelope envelope)
        Test for containment. Excludes the boundary of geometric objects.
      • covers

        boolean covers(Geometry geometry)
        Test for coverage. Includes the boundary of geometric objects.
      • contains

        boolean contains(Geometry geometry)
        Test for containment. Excludes the boundary of geometric objects.
      • intersects

        boolean intersects(Geometry geometry)
        Test for intersection.
      • intersects

        boolean intersects(Envelope envelope)
        Test for intersection.