Uses of Class
org.apache.lucene.geo.XYCircle
-
Packages that use XYCircle 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 XYCircle in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type XYCircle Modifier and Type Method Description static Query
XYShape. newDistanceQuery(java.lang.String field, ShapeField.QueryRelation queryRelation, XYCircle... circle)
create a query to find all cartesian shapes that intersect a provided circle (or arrays of circles) * -
Uses of XYCircle in org.apache.lucene.geo
Methods in org.apache.lucene.geo with parameters of type XYCircle Modifier and Type Method Description (package private) static Component2D
Circle2D. create(XYCircle circle)
Builds a XYCircle2D from XYCircle.
-