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
Fields in org.apache.lucene.document declared as XYLine Modifier and Type Field Description (package private) XYLine[]
XYShapeLineQuery. lines
Methods in org.apache.lucene.document with parameters of type XYLine Modifier and Type Method Description 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)Constructors in org.apache.lucene.document with parameters of type XYLine Constructor Description XYShapeLineQuery(java.lang.String field, ShapeField.QueryRelation queryRelation, XYLine... lines)
-
Uses of XYLine in org.apache.lucene.geo
Methods in org.apache.lucene.geo with parameters of type XYLine Modifier and Type Method Description static Component2D
Line2D. create(XYLine... lines)
create a Line2D edge tree from provided array of LinestringsConstructors in org.apache.lucene.geo with parameters of type XYLine Constructor Description Line2D(XYLine line)
-