Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
Rectangle.fromPointDistance(double centerLat,
double centerLon,
double radiusMeters)
Compute Bounding Box for a circle using WGS-84 parameters
|
static Rectangle |
Rectangle.fromPolygon(Polygon[] polygons)
Returns the bounding box over an array of polygons
|
Modifier and Type | Method and Description |
---|---|
private static GeoEncodingUtils.Grid |
GeoEncodingUtils.createSubBoxes(Rectangle boundingBox,
java.util.function.Function<Rectangle,PointValues.Relation> boxToRelation) |
Modifier and Type | Method and Description |
---|---|
private static GeoEncodingUtils.Grid |
GeoEncodingUtils.createSubBoxes(Rectangle boundingBox,
java.util.function.Function<Rectangle,PointValues.Relation> boxToRelation) |