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   
gov.nasa.worldwind.render.airspaces   
gov.nasa.worldwind.terrain   
 

Uses of Extent in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return Extent
 Extent Model.getExtent()
           
 Extent BasicModel.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
          Defines a Globe represented as a projection onto a plane.
 class Mars
           
 class Moon
           
 

Methods in gov.nasa.worldwind.globes that return Extent
 Extent Globe.getExtent()
           
 Extent EllipsoidalGlobe.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
 

Fields in gov.nasa.worldwind.render declared as Extent
protected  Extent SurfaceImage.extent
           
 

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

Uses of Extent in gov.nasa.worldwind.render.airspaces
 

Methods in gov.nasa.worldwind.render.airspaces that return Extent
protected  Extent TrackAirspace.doComputeExtent(DrawContext dc)
           
protected  Extent SphereAirspace.doComputeExtent(DrawContext dc)
           
protected  Extent Polygon.doComputeExtent(DrawContext dc)
           
protected  Extent PolyArc.doComputeExtent(DrawContext dc)
           
protected  Extent PartialCappedCylinder.doComputeExtent(DrawContext dc)
           
protected  Extent Orbit.doComputeExtent(DrawContext dc)
           
protected  Extent Curtain.doComputeExtent(DrawContext dc)
           
protected  Extent CappedCylinder.doComputeExtent(DrawContext dc)
           
protected  Extent Cake.doComputeExtent(DrawContext dc)
           
protected  Extent Box.doComputeExtent(DrawContext dc)
           
protected abstract  Extent AbstractAirspace.doComputeExtent(DrawContext dc)
           
 Extent Airspace.getExtent(DrawContext dc)
           
 Extent AbstractAirspace.getExtent(DrawContext dc)
           
 

Uses of Extent in gov.nasa.worldwind.terrain
 

Methods in gov.nasa.worldwind.terrain that return Extent
 Extent SectorGeometry.getExtent()
           
 


NASA World Wind