public class ContainmentTestRectangle extends Objectimplements ContainmentTest
| Constructor and Description |
|---|
ContainmentTestRectangle(double minX, double minY, double maxX, double maxY)
|
ContainmentTestRectangle(Envelope
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Coordinate
Test for containment.
|
boolean |
contains(Envelope
Test for containment.
|
boolean |
contains(Geometry
Test for containment.
|
boolean |
contains(Point
Test for containment.
|
boolean |
covers(Coordinate
Test for coverage.
|
boolean |
covers(Envelope
Test for coverage.
|
boolean |
covers(Geometry
Test for coverage.
|
boolean |
covers(Point
Test for coverage.
|
boolean |
intersects(Envelope
Test for intersection.
|
boolean |
intersects(Geometry
Test for intersection.
|
public ContainmentTestRectangle(double minX,
double minY,
double maxX,
double maxY)public ContainmentTestRectangle(Envelopeenvelope)
public boolean covers(Coordinatecoordinate)
ContainmentTest
public boolean contains(Coordinatecoordinate)
ContainmentTest
public boolean covers(Pointpoint)
ContainmentTest
public boolean contains(Pointpoint)
ContainmentTest
public boolean covers(Envelopeenv)
ContainmentTest
public boolean contains(Envelopeenv)
ContainmentTest
public boolean covers(Geometrygeometry)
ContainmentTest
public boolean contains(Geometrygeometry)
ContainmentTest
public boolean intersects(Envelopeenv)
ContainmentTest
public boolean intersects(Geometrygeometry)
ContainmentTest