NASA World Wind

Uses of Interface
gov.nasa.worldwind.Globe

Packages that use Globe
gov.nasa.worldwind   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.layers   
 

Uses of Globe in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return Globe
 Globe Model.getGlobe()
           
 Globe DrawContextImpl.getGlobe()
           
 Globe DrawContext.getGlobe()
          Retrieves the current Globe, which may be null.
 Globe BasicModel.getGlobe()
           
 

Methods in gov.nasa.worldwind with parameters of type Globe
protected  double AbstractView.computeHorizonDistance(Globe globe, double verticalExaggeration, Point eyePoint)
           
 void Model.setGlobe(Globe globe)
           
 void BasicModel.setGlobe(Globe globe)
           
 

Uses of Globe in gov.nasa.worldwind.geom
 

Methods in gov.nasa.worldwind.geom with parameters of type Globe
static Cylinder Sector.computeBoundingCylinder(Globe globe, double verticalExaggeration, Sector sector)
          Returns a cylinder that minimally surrounds the sector at a specified vertical exaggeration.
static Extent Sector.computeBoundingSphere(Globe globe, double verticalExaggeration, Sector sector)
          Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration.
 Point Sector.computeCenterPoint(Globe globe)
           
 Point[] Sector.computeCornerPoints(Globe globe)
           
 

Uses of Globe in gov.nasa.worldwind.globes
 

Classes in gov.nasa.worldwind.globes that implement Globe
 class Earth
           
 class EllipsoidalGlobe
           
 

Constructors in gov.nasa.worldwind.globes with parameters of type Globe
EllipsoidIcosahedralTessellator(Globe globe)
           
EllipsoidRectangularTessellator(Globe globe)
           
 

Uses of Globe in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers with parameters of type Globe
 Point TextureTile.getCentroidPoint(Globe globe)
           
 Point[] TextureTile.getCornerPoints(Globe globe)
           
 


NASA World Wind