Class ContainmentTestRectangle

    • Constructor Detail

      • ContainmentTestRectangle

        public ContainmentTestRectangle(double minX,
                                        double minY,
                                        double maxX,
                                        double maxY)
      • ContainmentTestRectangle

        public ContainmentTestRectangle(Envelope envelope)
    • Method Detail

      • covers

        public boolean covers(Coordinate coordinate)
        Description copied from interface: ContainmentTest
        Test for coverage. Includes the boundary of geometric objects.
      • contains

        public boolean contains(Coordinate coordinate)
        Description copied from interface: ContainmentTest
        Test for containment. Excludes the boundary of geometric objects.
      • covers

        public boolean covers(Point point)
        Description copied from interface: ContainmentTest
        Test for coverage. Includes the boundary of geometric objects.
      • contains

        public boolean contains(Point point)
        Description copied from interface: ContainmentTest
        Test for containment. Excludes the boundary of geometric objects.
      • covers

        public boolean covers(Envelope env)
        Description copied from interface: ContainmentTest
        Test for coverage. Includes the boundary of geometric objects.
      • contains

        public boolean contains(Envelope env)
        Description copied from interface: ContainmentTest
        Test for containment. Excludes the boundary of geometric objects.
      • covers

        public boolean covers(Geometry geometry)
        Description copied from interface: ContainmentTest
        Test for coverage. Includes the boundary of geometric objects.
      • contains

        public boolean contains(Geometry geometry)
        Description copied from interface: ContainmentTest
        Test for containment. Excludes the boundary of geometric objects.
      • intersects

        public boolean intersects(Envelope env)
        Description copied from interface: ContainmentTest
        Test for intersection.
      • intersects

        public boolean intersects(Geometry geometry)
        Description copied from interface: ContainmentTest
        Test for intersection.