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 RectangleDistanceUtils. 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 RectangleLLRect. 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 IntersectCaseEllipse. intersect(Rectangle r)Deprecated.IntersectCaseGeometry2D. intersect(Rectangle r)Deprecated.Returns information about how this shape intersects the given rectangleIntersectCaseRectangle. intersect(Rectangle r)Deprecated.
-