Package org.apache.lucene.geo
Class XYRectangle
- java.lang.Object
-
- org.apache.lucene.geo.XYRectangle
-
public class XYRectangle extends java.lang.Object
Represents a x/y cartesian rectangle.
-
-
Constructor Summary
Constructors Constructor Description XYRectangle(double minX, double maxX, double minY, double maxY)
Constructs a bounding box by first validating the provided x and y coordinates
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-