Uses of Class
org.apache.lucene.spatial.geometry.shape.LLRect
-
Packages that use LLRect Package Description org.apache.lucene.spatial.geometry.shape Shape representations. -
-
Uses of LLRect in org.apache.lucene.spatial.geometry.shape
Methods in org.apache.lucene.spatial.geometry.shape that return LLRect Modifier and Type Method Description static LLRect
LLRect. createBox(LatLng center, double widthMi, double heightMi)
Deprecated.Approximates a box centered at the given point with the given width and height in miles.Constructors in org.apache.lucene.spatial.geometry.shape with parameters of type LLRect Constructor Description LLRect(LLRect other)
Deprecated.
-