Interface ContainmentTest

    • Method Summary

      Modifier and Type Method and Description
      boolean contains(Coordinate coordinate)
      Test for containment.
      boolean contains(Point point)
      Test for containment.
      boolean covers(Coordinate coordinate)
      Test for coverage.
      boolean covers(Point point)
      Test for coverage.
    • 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.