Uses of Class
org.apache.lucene.geo.XYRectangle
-
Packages that use XYRectangle Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of XYRectangle in org.apache.lucene.geo
Fields in org.apache.lucene.geo declared as XYRectangle Modifier and Type Field Description private XYRectangleCircle2D.CartesianDistance. rectangleMethods in org.apache.lucene.geo that return XYRectangle Modifier and Type Method Description static 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 XYRectangle Modifier and Type Method Description (package private) static Component2DRectangle2D. create(XYRectangle rectangle)create a component2D from the provided XY rectangle
-