Class ContainmentTestJts

    • Constructor Detail

      • ContainmentTestJts

        public ContainmentTestJts(Geometry geometry)
    • 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.