Uses of Class
org.apache.lucene.geo.Line
-
Packages that use Line Package Description org.apache.lucene.document org.apache.lucene.geo -
-
Uses of Line in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type Line Modifier and Type Method Description static Field[]LatLonShape. createIndexableFields(String fieldName, Line line)create indexable fields for line geometrystatic QueryLatLonShape. 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 with parameters of type Line Modifier and Type Method Description static Component2DLine2D. create(Line... lines)create a Line2D edge tree from provided array of Linestrings
-