| Package | Description | 
|---|---|
| gov.nasa.worldwind.geom | |
| gov.nasa.worldwind.render.airspaces | 
| Modifier and Type | Field and Description | 
|---|---|
static Sphere | 
Sphere.UNIT_SPHERE  | 
| Modifier and Type | Method and Description | 
|---|---|
static Sphere | 
Sector.computeBoundingSphere(Globe globe,
                     double verticalExaggeration,
                     Sector sector)
Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration. 
 | 
static Sphere | 
Sphere.createBoundingSphere(BufferWrapper buffer)
Creates a sphere that completely contains a set of points. 
 | 
static Sphere | 
Sphere.createBoundingSphere(java.lang.Iterable<? extends Extent> extents)
Creates a sphere that completely contains a set of Extents. 
 | 
static Sphere | 
Sphere.createBoundingSphere(Vec4[] points)
Creates a sphere that completely contains a set of points. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Sphere | 
SphereAirspace.computeExtent(DrawContext dc)  |