Uses of Class
org.apache.lucene.geo.Circle
Packages that use Circle
Package
Description
The logical representation of a
Document
for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of Circle in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type CircleModifier and TypeMethodDescriptionstatic Query
LatLonShape.newDistanceQuery
(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 CircleModifier and TypeMethodDescription(package private) static Component2D
Builds a Circle2D from Circle.