Uses of Class
org.apache.lucene.geo.XYRectangle
Packages that use XYRectangle
Package
Description
The logical representation of a
Document for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of XYRectangle in org.apache.lucene.document
Methods in org.apache.lucene.document that return XYRectangleModifier and TypeMethodDescriptionprotected XYRectangleXYShapeDocValues.computeBoundingBox()XYShapeDocValues.getBoundingBox()XYShapeDocValuesField.getBoundingBox() -
Uses of XYRectangle in org.apache.lucene.geo
Fields in org.apache.lucene.geo declared as XYRectangleMethods in org.apache.lucene.geo that return XYRectangleModifier and TypeMethodDescriptionstatic XYRectangleXYRectangle.fromPointDistance(float x, float y, float radius) Compute Bounding Box for a circle in cartesian geometryMethods in org.apache.lucene.geo with parameters of type XYRectangleModifier and TypeMethodDescription(package private) static Component2DRectangle2D.create(XYRectangle rectangle) create a component2D from the provided XY rectangle