public interface Rectangle extends Geometry, HasGeometry
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
add(Rectangle r) |
float |
area() |
boolean |
contains(double x,
double y) |
float |
intersectionArea(Rectangle r) |
float |
perimeter() |
float |
x1() |
float |
x2() |
float |
y1() |
float |
y2() |
distance, intersects, mbrgeometryCopyright © 2013–2016. All rights reserved.