Uses of Class
org.apache.lucene.geo.XYLine
Packages that use XYLine
Package
Description
The logical representation of a
Document
for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of XYLine in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type XYLineModifier and TypeMethodDescriptionstatic XYShapeDocValuesField
XYShape.createDocValueField
(String fieldName, XYLine line) create doc value field for x, y line geometry without creating indexable fields.static Field[]
XYShape.createIndexableFields
(String fieldName, XYLine line) create indexable fields for cartesian line geometrystatic Query
XYShape.newLineQuery
(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 XYLineModifier and TypeMethodDescription(package private) static Component2D
create a Line2D from the provided XY LinestringConstructors in org.apache.lucene.geo with parameters of type XYLine