Uses of Interface
org.apache.lucene.spatial3d.geom.GeoBBox
Packages that use GeoBBox
Package
Description
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.Shapes implemented using 3D planar geometry.
-
Uses of GeoBBox in org.apache.lucene.spatial3d
Methods in org.apache.lucene.spatial3d that return GeoBBoxModifier and TypeMethodDescription(package private) static GeoBBox
Geo3DUtil.fromBox
(PlanetModel planetModel, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude) Convert input parameters to a box. -
Uses of GeoBBox in org.apache.lucene.spatial3d.geom
Subinterfaces of GeoBBox in org.apache.lucene.spatial3d.geomModifier and TypeInterfaceDescriptioninterface
Interface describing a GeoPointShape shape.It may represents a degenerated bounding box or a degenerated circle, hence it extends such interfaces.Classes in org.apache.lucene.spatial3d.geom that implement GeoBBoxModifier and TypeClassDescription(package private) class
All bounding box shapes can derive from this base class, which furnishes some common code(package private) class
Degenerate bounding box limited on two sides (left lon, right lon).(package private) class
This GeoBBox represents an area rectangle of one specific latitude with no longitude bounds.(package private) class
Degenerate longitude slice.(package private) class
This class represents a degenerate point bounding box.class
Degenerate bounding box limited on two sides (top lat, bottom lat).(package private) class
This GeoBBox represents an area rectangle limited only in latitude.(package private) class
Bounding box limited on left and right.(package private) class
This GeoBBox represents an area rectangle limited only in south latitude.(package private) class
Bounding box limited on three sides (bottom lat, left lon, right lon), including the north pole.(package private) class
Bounding box limited on four sides (top lat, bottom lat, left lon, right lon).(package private) class
This GeoBBox represents an area rectangle limited only in north latitude.(package private) class
Bounding box limited on three sides (top lat, left lon, right lon).(package private) class
Degenerate bounding box wider than PI and limited on two sides (left lon, right lon).(package private) class
Bounding box wider than PI but limited on left and right sides ( left lon, right lon).(package private) class
Bounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon).(package private) class
Bounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon).(package private) class
Bounding box wider than PI but limited on three sides (top lat, left lon, right lon).(package private) class
Bounding box including the entire world.Methods in org.apache.lucene.spatial3d.geom that return GeoBBoxModifier and TypeMethodDescriptionGeoBBox.expand
(double angle) Expand box by specified angle.GeoDegenerateHorizontalLine.expand
(double angle) GeoDegenerateLatitudeZone.expand
(double angle) GeoDegenerateLongitudeSlice.expand
(double angle) GeoDegeneratePoint.expand
(double angle) GeoDegenerateVerticalLine.expand
(double angle) GeoLatitudeZone.expand
(double angle) GeoLongitudeSlice.expand
(double angle) GeoNorthLatitudeZone.expand
(double angle) GeoNorthRectangle.expand
(double angle) GeoRectangle.expand
(double angle) GeoSouthLatitudeZone.expand
(double angle) GeoSouthRectangle.expand
(double angle) GeoWideDegenerateHorizontalLine.expand
(double angle) GeoWideLongitudeSlice.expand
(double angle) GeoWideNorthRectangle.expand
(double angle) GeoWideRectangle.expand
(double angle) GeoWideSouthRectangle.expand
(double angle) GeoWorld.expand
(double 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 specifiedLatLonBounds
.