Uses of Class
org.apache.lucene.geo.XYLine
-
Packages that use XYLine 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 XYLine in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type XYLine Modifier and Type Method Description static XYShapeDocValuesField
XYShape. createDocValueField(java.lang.String fieldName, XYLine line)
create doc value field for x, y line geometry without creating indexable fields.static Field[]
XYShape. createIndexableFields(java.lang.String fieldName, XYLine line)
create indexable fields for cartesian line geometrystatic Query
XYShape. newLineQuery(java.lang.String field, ShapeField.QueryRelation queryRelation, XYLine... lines)
create a query to find all cartesian shapes that intersect a provided linestring (or array of linestrings) * -
Uses of XYLine in org.apache.lucene.geo
Methods in org.apache.lucene.geo with parameters of type XYLine Modifier and Type Method Description (package private) static Component2D
Line2D. create(XYLine line)
create a Line2D from the provided XY LinestringConstructors in org.apache.lucene.geo with parameters of type XYLine Constructor Description Line2D(XYLine line)
-