Uses of Class
org.apache.lucene.geo.Line
Packages that use Line
Package
Description
The logical representation of a
Document
for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of Line in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type LineModifier and TypeMethodDescriptionstatic Field[]
LatLonShape.createIndexableFields
(String fieldName, Line line) create indexable fields for line geometrystatic Query
LatLonShape.newLineQuery
(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 crossing -
Uses of Line in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return LineModifier and TypeMethodDescriptionprivate static Line
SimpleWKTShapeParser.parseLine
(StreamTokenizer stream) parses a LINESTRINGprivate static Line[]
SimpleWKTShapeParser.parseMultiLine
(StreamTokenizer stream) parses a MULTILINESTRINGMethods in org.apache.lucene.geo with parameters of type LineModifier and TypeMethodDescription(package private) static Component2D
create a Line2D from the provided LatLon LinestringConstructors in org.apache.lucene.geo with parameters of type Line