Uses of Interface
org.apache.lucene.spatial3d.geom.GeoSizeable
Packages that use GeoSizeable
-
Uses of GeoSizeable in org.apache.lucene.spatial3d.geom
Subinterfaces of GeoSizeable in org.apache.lucene.spatial3d.geomModifier and TypeInterfaceDescriptioninterface
All bounding box shapes have this interface in common.interface
Interface describing circular area with a center and radius.interface
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 GeoSizeableModifier and TypeClassDescription(package private) class
All bounding box shapes can derive from this base class, which furnishes some common code(package private) class
GeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.(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
Circular area with a center and a radius that represents the surface distance to the center.(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
Circular area with a center and cutoff angle that represents the latitude and longitude distance from the center where the planet will be cut.(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.