NASA World Wind

Uses of Class
gov.nasa.worldwind.geom.Cylinder

Packages that use Cylinder
gov.nasa.worldwind.globes   
gov.nasa.worldwind.render.airspaces   
 

Uses of Cylinder in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes that return Cylinder
 Cylinder Globe.computeBoundingCylinder(double verticalExaggeration, Sector sector)
           
 Cylinder EllipsoidalGlobe.computeBoundingCylinder(double verticalExaggeration, Sector sector)
          Returns a cylinder that minimally surrounds the sector at a specified vertical exaggeration.
 Cylinder Globe.computeBoundingCylinder(double verticalExaggeration, Sector sector, double minElevation, double maxElevation)
           
 Cylinder FlatGlobe.computeBoundingCylinder(double verticalExaggeration, Sector sector, double minElevation, double maxElevation)
          Returns a cylinder that minimally surrounds the specified minimum and maximum elevations in the sector at a specified vertical exaggeration.
 Cylinder EllipsoidalGlobe.computeBoundingCylinder(double verticalExaggeration, Sector sector, double minElevation, double maxElevation)
          Returns a cylinder that minimally surrounds the specified minimum and maximum elevations in the sector at a specified vertical exaggeration.
protected  Cylinder EllipsoidalGlobe.computeBoundsFromSectorLatitudeRange(Sector sector, double minHeight, double maxHeight)
          Compute the Cylinder that surrounds the equator, and has height defined by the sector's minumum and maximum latitudes (including maxHeight).
protected  Cylinder EllipsoidalGlobe.computeBoundsFromSectorQuadrilateral(Sector sector, double minHeight, double maxHeight)
          Returns a cylinder that minimally surrounds the specified height range in the sector.
protected  Cylinder EllipsoidalGlobe.computeBoundsFromSectorVertices(Sector sector, double minHeight, double maxHeight)
          Returns a cylinder that surrounds the specified height range in the zero-area sector.
 

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

Methods in gov.nasa.worldwind.render.airspaces that return Cylinder
protected  Cylinder AbstractAirspace.computeBoundingCylinder(DrawContext dc, Iterable<? extends LatLon> locations)
           
 


NASA World Wind