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