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 XYRectangle
Circle2D.CartesianDistance. rectangle
Methods in org.apache.lucene.geo that return XYRectangle Modifier and Type Method Description static XYRectangle
XYRectangle. 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 Component2D
Rectangle2D. create(XYRectangle rectangle)
create a component2D from the provided XY rectangle
-