Package | Description |
---|---|
org.apache.lucene.spatial |
Support for geospatial search.
|
org.apache.lucene.spatial.geometry.shape |
Shape representations.
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
DistanceUtils.getBoundary(double x1,
double y1,
double miles)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
LLRect.toRectangle()
Deprecated.
Returns a rectangle shape for the bounding box
|
Modifier and Type | Method and Description |
---|---|
IntersectCase |
Rectangle.intersect(Rectangle r)
Deprecated.
|
IntersectCase |
Geometry2D.intersect(Rectangle r)
Deprecated.
Returns information about how this shape intersects the given rectangle
|
IntersectCase |
Ellipse.intersect(Rectangle r)
Deprecated.
|