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
|
private static Rectangle |
SimpleWKTShapeParser.parseBBox(java.io.StreamTokenizer stream)
parses an ENVELOPE
|
Modifier and Type | Method and Description |
---|---|
static Rectangle2D |
Rectangle2D.create(Rectangle rectangle)
Builds a Rectangle2D from rectangle
|
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) |