Uses of Class
org.apache.lucene.geo.Rectangle
-
Packages that use Rectangle Package Description org.apache.lucene.geo -
-
Uses of Rectangle in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return Rectangle Modifier and Type Method Description static RectangleRectangle. fromPointDistance(double centerLat, double centerLon, double radiusMeters)Compute Bounding Box for a circle using WGS-84 parametersstatic RectangleRectangle. fromPolygon(Polygon[] polygons)Returns the bounding box over an array of polygonsMethods in org.apache.lucene.geo with parameters of type Rectangle Modifier and Type Method Description static Rectangle2DRectangle2D. create(Rectangle rectangle)Builds a Rectangle2D from rectangle
-