Uses of Class
org.apache.lucene.geo.Rectangle
Packages that use Rectangle
Package
Description
The logical representation of a
Document
for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of Rectangle in org.apache.lucene.document
Methods in org.apache.lucene.document that return RectangleModifier and TypeMethodDescriptionprotected Rectangle
LatLonShapeDocValues.computeBoundingBox()
LatLonShapeDocValues.getBoundingBox()
LatLonShapeDocValuesField.getBoundingBox()
retrieves the bounding box for the geometry -
Uses of Rectangle in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return RectangleModifier and TypeMethodDescriptionstatic Rectangle
Rectangle.fromPointDistance
(double centerLat, double centerLon, double radiusMeters) Compute Bounding Box for a circle using WGS-84 parametersstatic Rectangle
Rectangle.fromPolygon
(Polygon[] polygons) Returns the bounding box over an array of polygons