(package private) class |
GeoBaseBBox |
All bounding box shapes can derive from this base class, which furnishes some common code
|
(package private) class |
GeoBaseCircle |
GeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.
|
(package private) class |
GeoDegenerateHorizontalLine |
Degenerate bounding box limited on two sides (left lon, right lon).
|
(package private) class |
GeoDegenerateLatitudeZone |
This GeoBBox represents an area rectangle of one specific latitude with no longitude bounds.
|
(package private) class |
GeoDegenerateLongitudeSlice |
Degenerate longitude slice.
|
(package private) class |
GeoDegeneratePoint |
This class represents a degenerate point bounding box.
|
class |
GeoDegenerateVerticalLine |
Degenerate bounding box limited on two sides (top lat, bottom lat).
|
(package private) class |
GeoExactCircle |
Circular area with a center and a radius that represents the surface distance to the center.
|
(package private) class |
GeoLatitudeZone |
This GeoBBox represents an area rectangle limited only in latitude.
|
(package private) class |
GeoLongitudeSlice |
Bounding box limited on left and right.
|
(package private) class |
GeoNorthLatitudeZone |
This GeoBBox represents an area rectangle limited only in south latitude.
|
(package private) class |
GeoNorthRectangle |
Bounding box limited on three sides (bottom lat, left lon, right lon), including the north pole.
|
(package private) class |
GeoRectangle |
Bounding box limited on four sides (top lat, bottom lat, left lon, right lon).
|
(package private) class |
GeoSouthLatitudeZone |
This GeoBBox represents an area rectangle limited only in north latitude.
|
(package private) class |
GeoSouthRectangle |
Bounding box limited on three sides (top lat, left lon, right lon).
|
(package private) class |
GeoStandardCircle |
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 |
GeoWideDegenerateHorizontalLine |
Degenerate bounding box wider than PI and limited on two sides (left lon, right lon).
|
(package private) class |
GeoWideLongitudeSlice |
Bounding box wider than PI but limited on left and right sides ( left lon, right lon).
|
(package private) class |
GeoWideNorthRectangle |
Bounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon).
|
(package private) class |
GeoWideRectangle |
Bounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon).
|
(package private) class |
GeoWideSouthRectangle |
Bounding box wider than PI but limited on three sides (top lat, left lon, right lon).
|
(package private) class |
GeoWorld |
Bounding box including the entire world.
|