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(Point
Test for containment.
|
boolean |
covers(Coordinate
Test for coverage.
|
boolean |
covers(Point
Test for coverage.
|
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