Uses of Class
org.apache.lucene.spatial.geometry.shape.Rectangle
-
Packages that use Rectangle Package Description org.apache.lucene.spatial Support for geospatial search.org.apache.lucene.spatial.geometry.shape Shape representations. -
-
Uses of Rectangle in org.apache.lucene.spatial
Methods in org.apache.lucene.spatial that return Rectangle Modifier and Type Method Description static Rectangle
DistanceUtils. getBoundary(double x1, double y1, double miles)
Deprecated. -
Uses of Rectangle in org.apache.lucene.spatial.geometry.shape
Methods in org.apache.lucene.spatial.geometry.shape that return Rectangle Modifier and Type Method Description Rectangle
LLRect. toRectangle()
Deprecated.Returns a rectangle shape for the bounding boxMethods in org.apache.lucene.spatial.geometry.shape with parameters of type Rectangle Modifier and Type Method Description IntersectCase
Ellipse. intersect(Rectangle r)
Deprecated.IntersectCase
Geometry2D. intersect(Rectangle r)
Deprecated.Returns information about how this shape intersects the given rectangleIntersectCase
Rectangle. intersect(Rectangle r)
Deprecated.
-