Uses of Class
org.apache.lucene.geo.XYRectangle
-
Packages that use XYRectangle Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of XYRectangle in org.apache.lucene.document
Fields in org.apache.lucene.document declared as XYRectangle Modifier and Type Field Description private XYRectangle
XYShapeBoundingBoxQuery. rectangle
-
Uses of XYRectangle in org.apache.lucene.geo
Methods in org.apache.lucene.geo with parameters of type XYRectangle Modifier and Type Method Description static Component2D
XYRectangle2D. create(XYRectangle... rectangles)
create a component2D from provided array of rectangles
-