NASA World Wind

Uses of Class
gov.nasa.worldwind.globes.SectorGeometryList

Packages that use SectorGeometryList
gov.nasa.worldwind   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.render   
 

Uses of SectorGeometryList in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return SectorGeometryList
 SectorGeometryList SceneController.getTerrain()
           
 SectorGeometryList AbstractSceneController.getTerrain()
           
 

Uses of SectorGeometryList in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes that return SectorGeometryList
 SectorGeometryList Tessellator.tessellate(DrawContext dc)
           
 SectorGeometryList RectangularTessellator.tessellate(DrawContext dc)
           
 SectorGeometryList Globe.tessellate(DrawContext dc)
           
 SectorGeometryList FlatGlobe.tessellate(DrawContext dc)
           
 SectorGeometryList EllipsoidalGlobe.tessellate(DrawContext dc)
           
 

Constructors in gov.nasa.worldwind.globes with parameters of type SectorGeometryList
SectorGeometryList(SectorGeometryList list)
           
 

Uses of SectorGeometryList in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return SectorGeometryList
 SectorGeometryList DrawContextImpl.getSurfaceGeometry()
           
 SectorGeometryList DrawContext.getSurfaceGeometry()
          Retrieves a list of all the sectors rendered so far this frame.
 

Methods in gov.nasa.worldwind.render with parameters of type SectorGeometryList
 void DrawContextImpl.setSurfaceGeometry(SectorGeometryList surfaceGeometry)
           
 void DrawContext.setSurfaceGeometry(SectorGeometryList surfaceGeometry)
           
 


NASA World Wind