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
|
protected Rectangle |
BaseGeoPointTestCase.nextBox() |
static Rectangle |
GeoTestUtil.nextBox()
returns next pseudorandom box: can cross the 180th meridian
|
static Rectangle |
GeoTestUtil.nextBoxNear(Polygon polygon)
Returns next box for testing near a Polygon
|
static Rectangle |
GeoTestUtil.nextBoxNotCrossingDateline()
returns next pseudorandom box: does not cross the 180th meridian
|
Modifier and Type | Method and Description |
---|---|
static Rectangle2D |
Rectangle2D.create(Rectangle rectangle)
Builds a Rectangle2D from rectangle
|
static double[] |
GeoTestUtil.nextPointNear(Rectangle rectangle)
Returns next point (lat/lon) for testing near a Box.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.