NASA World Wind

Uses of Interface
gov.nasa.worldwind.geom.Extent

Packages that use Extent
gov.nasa.worldwind   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.layers.placename   
gov.nasa.worldwind.render   
 

Uses of Extent in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return Extent
 Extent BasicModel.getExtent()
           
 Extent Model.getExtent()
           
 

Uses of Extent in gov.nasa.worldwind.geom
 

Classes in gov.nasa.worldwind.geom that implement Extent
 class Cylinder
          Represents a geometric cylinder.
 class Sphere
          Represents a sphere in three dimensional space.
 

Methods in gov.nasa.worldwind.geom that return Extent
static Extent Sector.computeBoundingSphere(Globe globe, double verticalExaggeration, Sector sector)
          Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration.
 

Methods in gov.nasa.worldwind.geom with parameters of type Extent
 boolean Frustum.intersects(Extent extent)
           
 

Uses of Extent in gov.nasa.worldwind.globes
 

Subinterfaces of Extent in gov.nasa.worldwind.globes
 interface Globe
           
 

Classes in gov.nasa.worldwind.globes that implement Extent
 class Earth
           
 class EarthFlat
           
 class EllipsoidalGlobe
           
 class FlatGlobe
          Flat globe.
 class Mars
           
 class Moon
           
 

Methods in gov.nasa.worldwind.globes that return Extent
 Extent EllipsoidalGlobe.getExtent()
           
 Extent FlatGlobe.getExtent()
           
 Extent SectorGeometry.getExtent()
           
 Extent Globe.getExtent()
           
 

Uses of Extent in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return Extent
 Extent TextureTile.getExtent(DrawContext dc)
           
 

Uses of Extent in gov.nasa.worldwind.layers.placename
 

Methods in gov.nasa.worldwind.layers.placename that return Extent
 Extent PlaceNameService.getExtent(DrawContext dc)
           
 

Uses of Extent in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return Extent
 Extent SurfaceTile.getExtent(DrawContext dc)
           
 Extent SurfaceImage.getExtent(DrawContext dc)
           
 


NASA World Wind