Package org.openspaces.spatial.shapes
Interface Rectangle
- All Superinterfaces:
Serializable,Shape
- All Known Implementing Classes:
RectangleImpl
A rectangle, denoted by 2 points.
- Since:
- 11.0
- Author:
- Yohana Khoury
-
Method Summary
-
Method Details
-
getMinX
double getMinX()The left edge of the X coordinate. -
getMaxX
double getMaxX()The right edge of the X coordinate. -
getMinY
double getMinY()The bottom edge of the Y coordinate. -
getMaxY
double getMaxY()The top edge of the Y coordinate.
-