Uses of Class
org.apache.lucene.geo.XYPoint
-
Packages that use XYPoint 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 XYPoint in org.apache.lucene.document
Methods in org.apache.lucene.document that return XYPoint Modifier and Type Method Description protected XYPoint
XYShapeDocValues. computeCentroid()
XYPoint
XYShapeDocValues. getCentroid()
XYPoint
XYShapeDocValuesField. getCentroid()
retrieves the centroid location for the geometry -
Uses of XYPoint in org.apache.lucene.geo
Methods in org.apache.lucene.geo with parameters of type XYPoint Modifier and Type Method Description (package private) static Component2D
Point2D. create(XYPoint xyPoint)
create a Point2D component tree from a XY point
-