Class GeoBaseBBox

All Implemented Interfaces:
Bounded, GeoArea, GeoAreaShape, GeoBBox, GeoMembershipShape, GeoOutsideDistance, GeoShape, GeoSizeable, Membership, PlanetObject, SerializableObject
Direct Known Subclasses:
GeoDegenerateHorizontalLine, GeoDegenerateLatitudeZone, GeoDegenerateLongitudeSlice, GeoDegenerateVerticalLine, GeoLatitudeZone, GeoLongitudeSlice, GeoNorthLatitudeZone, GeoNorthRectangle, GeoRectangle, GeoSouthLatitudeZone, GeoSouthRectangle, GeoWideDegenerateHorizontalLine, GeoWideLongitudeSlice, GeoWideNorthRectangle, GeoWideRectangle, GeoWideSouthRectangle, GeoWorld

abstract class GeoBaseBBox extends GeoBaseAreaShape implements GeoBBox
All bounding box shapes can derive from this base class, which furnishes some common code
  • Constructor Details

    • GeoBaseBBox

      public GeoBaseBBox(PlanetModel planetModel)
      Construct, given planet model.
      Parameters:
      planetModel - is the planet model.