Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Field and Description |
---|---|
(package private) Line[] |
LatLonShapeLineQuery.lines |
Modifier and Type | Method and Description |
---|---|
static Field[] |
LatLonShape.createIndexableFields(java.lang.String fieldName,
Line line)
create indexable fields for line geometry
|
static Query |
LatLonShape.newLineQuery(java.lang.String field,
LatLonShape.QueryRelation queryRelation,
Line... lines)
create a query to find all polygons that intersect a provided linestring (or array of linestrings)
note: does not support dateline crossing
|
Constructor and Description |
---|
LatLonShapeLineQuery(java.lang.String field,
LatLonShape.QueryRelation queryRelation,
Line... lines) |
Modifier and Type | Method and Description |
---|---|
private static Line |
SimpleWKTShapeParser.parseLine(java.io.StreamTokenizer stream)
parses a LINESTRING
|
private static Line[] |
SimpleWKTShapeParser.parseMultiLine(java.io.StreamTokenizer stream)
parses a MULTILINESTRING
|
Modifier and Type | Method and Description |
---|---|
static Line2D |
Line2D.create(Line... lines)
create a Line2D edge tree from provided array of Linestrings
|
Constructor and Description |
---|
Line2D(Line line) |