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 GeoBBoxGeo3DUtil.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 TypeInterfaceDescriptioninterfaceInterface 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) classAll bounding box shapes can derive from this base class, which furnishes some common code(package private) classDegenerate bounding box limited on two sides (left lon, right lon).(package private) classThis GeoBBox represents an area rectangle of one specific latitude with no longitude bounds.(package private) classDegenerate longitude slice.(package private) classThis class represents a degenerate point bounding box.classDegenerate bounding box limited on two sides (top lat, bottom lat).(package private) classThis GeoBBox represents an area rectangle limited only in latitude.(package private) classBounding box limited on left and right.(package private) classThis GeoBBox represents an area rectangle limited only in south latitude.(package private) classBounding box limited on three sides (bottom lat, left lon, right lon), including the north pole.(package private) classBounding box limited on four sides (top lat, bottom lat, left lon, right lon).(package private) classThis GeoBBox represents an area rectangle limited only in north latitude.(package private) classBounding box limited on three sides (top lat, left lon, right lon).(package private) classDegenerate bounding box wider than PI and limited on two sides (left lon, right lon).(package private) classBounding box wider than PI but limited on left and right sides ( left lon, right lon).(package private) classBounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon).(package private) classBounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon).(package private) classBounding box wider than PI but limited on three sides (top lat, left lon, right lon).(package private) classBounding 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 GeoBBoxGeoBBoxFactory.makeGeoBBox(PlanetModel planetModel, double topLat, double bottomLat, double leftLon, double rightLon) Create a geobbox of the right kind given the specified bounds.static GeoBBoxGeoBBoxFactory.makeGeoBBox(PlanetModel planetModel, LatLonBounds bounds) Create a geobbox of the right kind given the specifiedLatLonBounds.