Uses of Interface
org.apache.lucene.spatial3d.geom.GeoBBox
-
Packages that use GeoBBox Package Description org.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom.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 GeoBBox Modifier and Type Method Description (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.geom Modifier and Type Interface Description interfaceGeoPointShapeInterface 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 GeoBBox Modifier and Type Class Description (package private) classGeoBaseBBoxAll bounding box shapes can derive from this base class, which furnishes some common code(package private) classGeoDegenerateHorizontalLineDegenerate bounding box limited on two sides (left lon, right lon).(package private) classGeoDegenerateLatitudeZoneThis GeoBBox represents an area rectangle of one specific latitude with no longitude bounds.(package private) classGeoDegenerateLongitudeSliceDegenerate longitude slice.(package private) classGeoDegeneratePointThis class represents a degenerate point bounding box.classGeoDegenerateVerticalLineDegenerate bounding box limited on two sides (top lat, bottom lat).(package private) classGeoLatitudeZoneThis GeoBBox represents an area rectangle limited only in latitude.(package private) classGeoLongitudeSliceBounding box limited on left and right.(package private) classGeoNorthLatitudeZoneThis GeoBBox represents an area rectangle limited only in south latitude.(package private) classGeoNorthRectangleBounding box limited on three sides (bottom lat, left lon, right lon), including the north pole.(package private) classGeoRectangleBounding box limited on four sides (top lat, bottom lat, left lon, right lon).(package private) classGeoSouthLatitudeZoneThis GeoBBox represents an area rectangle limited only in north latitude.(package private) classGeoSouthRectangleBounding box limited on three sides (top lat, left lon, right lon).(package private) classGeoWideDegenerateHorizontalLineDegenerate bounding box wider than PI and limited on two sides (left lon, right lon).(package private) classGeoWideLongitudeSliceBounding box wider than PI but limited on left and right sides ( left lon, right lon).(package private) classGeoWideNorthRectangleBounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon).(package private) classGeoWideRectangleBounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon).(package private) classGeoWideSouthRectangleBounding box wider than PI but limited on three sides (top lat, left lon, right lon).(package private) classGeoWorldBounding box including the entire world.Methods in org.apache.lucene.spatial3d.geom that return GeoBBox Modifier and Type Method Description GeoBBoxGeoBBox. expand(double angle)Expand box by specified angle.GeoBBoxGeoDegenerateHorizontalLine. expand(double angle)GeoBBoxGeoDegenerateLatitudeZone. expand(double angle)GeoBBoxGeoDegenerateLongitudeSlice. expand(double angle)GeoBBoxGeoDegeneratePoint. expand(double angle)GeoBBoxGeoDegenerateVerticalLine. expand(double angle)GeoBBoxGeoLatitudeZone. expand(double angle)GeoBBoxGeoLongitudeSlice. expand(double angle)GeoBBoxGeoNorthLatitudeZone. expand(double angle)GeoBBoxGeoNorthRectangle. expand(double angle)GeoBBoxGeoRectangle. expand(double angle)GeoBBoxGeoSouthLatitudeZone. expand(double angle)GeoBBoxGeoSouthRectangle. expand(double angle)GeoBBoxGeoWideDegenerateHorizontalLine. expand(double angle)GeoBBoxGeoWideLongitudeSlice. expand(double angle)GeoBBoxGeoWideNorthRectangle. expand(double angle)GeoBBoxGeoWideRectangle. expand(double angle)GeoBBoxGeoWideSouthRectangle. expand(double angle)GeoBBoxGeoWorld. 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.
-