Uses of Interface
org.apache.lucene.spatial3d.geom.GeoBBox
Packages that use GeoBBox
-
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 TypeClassDescriptionclass
Degenerate bounding box limited on two sides (top lat, bottom lat).Methods in org.apache.lucene.spatial3d.geom that return GeoBBoxModifier and TypeMethodDescriptionGeoBBox.expand
(double angle) Expand box by specified angle.GeoDegenerateVerticalLine.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
.