Uses of Class
org.apache.lucene.geo.Line
-
Packages that use Line 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 Line in org.apache.lucene.document
Fields in org.apache.lucene.document declared as Line Modifier and Type Field Description (package private) Line[]
LatLonShapeLineQuery. lines
Methods in org.apache.lucene.document with parameters of type Line Modifier and Type Method Description static Field[]
LatLonShape. createIndexableFields(java.lang.String fieldName, Line line)
create indexable fields for line geometrystatic Query
LatLonShape. newLineQuery(java.lang.String field, ShapeField.QueryRelation queryRelation, Line... lines)
create a query to find all indexed geo shapes that intersect a provided linestring (or array of linestrings) note: does not support dateline crossingConstructors in org.apache.lucene.document with parameters of type Line Constructor Description LatLonShapeLineQuery(java.lang.String field, ShapeField.QueryRelation queryRelation, Line... lines)
-
Uses of Line in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return Line Modifier and Type Method Description private static Line
SimpleWKTShapeParser. parseLine(java.io.StreamTokenizer stream)
parses a LINESTRINGprivate static Line[]
SimpleWKTShapeParser. parseMultiLine(java.io.StreamTokenizer stream)
parses a MULTILINESTRINGMethods in org.apache.lucene.geo with parameters of type Line Modifier and Type Method Description static Component2D
Line2D. create(Line... lines)
create a Line2D edge tree from provided array of LinestringsConstructors in org.apache.lucene.geo with parameters of type Line Constructor Description Line2D(Line line)
-