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 |
---|---|
private Polygon2D |
LatLonShapePolygonQuery.poly2D |
Modifier and Type | Field and Description |
---|---|
private Polygon2D |
Polygon2D.holes
tree of holes, or null
|
private Polygon2D |
GeoEncodingUtils.PolygonPredicate.tree |
Modifier and Type | Method and Description |
---|---|
static Polygon2D |
Polygon2D.create(Polygon... polygons)
Builds a Polygon2D from multipolygon
|
Modifier and Type | Method and Description |
---|---|
static GeoEncodingUtils.PolygonPredicate |
GeoEncodingUtils.createPolygonPredicate(Polygon[] polygons,
Polygon2D tree)
Create a predicate that checks whether points are within a polygon.
|
Constructor and Description |
---|
Polygon2D(Polygon polygon,
Polygon2D holes) |
PolygonPredicate(int latShift,
int lonShift,
int latBase,
int lonBase,
int maxLatDelta,
int maxLonDelta,
byte[] relations,
Polygon2D tree) |