Package | Description |
---|---|
org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeoPointShape
Interface describing a GeoPointShape shape.It may represents a degenerated
bounding box or a degenerated circle, hence it extends such interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoDegenerateVerticalLine
Degenerate bounding box limited on two sides (top lat, bottom lat).
|
Modifier and Type | Method and Description |
---|---|
GeoBBox |
GeoDegenerateVerticalLine.expand(double angle) |
GeoBBox |
GeoBBox.expand(double angle)
Expand box by specified angle.
|
static GeoBBox |
GeoBBoxFactory.makeGeoBBox(PlanetModel planetModel,
double topLat,
double bottomLat,
double leftLon,
double rightLon)
Create a geobbox of the right kind given the specified bounds.
|
static GeoBBox |
GeoBBoxFactory.makeGeoBBox(PlanetModel planetModel,
LatLonBounds bounds)
Create a geobbox of the right kind given the specified
LatLonBounds . |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.