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 | Method and Description |
---|---|
static Query |
LatLonPoint.newPolygonQuery(String field,
Polygon... polygons)
Create a query for matching one or more polygons.
|
static Query |
LatLonDocValuesField.newSlowPolygonQuery(String field,
Polygon... polygons)
Create a query for matching points within the supplied polygons.
|
Modifier and Type | Method and Description |
---|---|
static Polygon[] |
Polygon.fromGeoJSON(String geojson)
Parses a standard GeoJSON polygon string.
|
Polygon[] |
Polygon.getHoles()
Returns a copy of the internal holes array
|
Modifier and Type | Method and Description |
---|---|
static Component2D |
Polygon2D.create(Polygon... polygons)
Builds a Polygon2D from multipolygon
|
static Rectangle |
Rectangle.fromPolygon(Polygon[] polygons)
Returns the bounding box over an array of polygons
|
Constructor and Description |
---|
Polygon(double[] polyLats,
double[] polyLons,
Polygon... holes)
Creates a new Polygon from the supplied latitude/longitude array, and optionally any holes.
|
Polygon2D(Polygon polygon,
Component2D holes) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.