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 AbstractSceneController.getTerrain()
           
 SectorGeometryList SceneController.getTerrain()
           
 

Uses of SectorGeometryList in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes that return SectorGeometryList
 SectorGeometryList Tessellator.tessellate(DrawContext dc)
           
 SectorGeometryList EllipsoidalGlobe.tessellate(DrawContext dc)
           
 SectorGeometryList FlatGlobe.tessellate(DrawContext dc)
           
 SectorGeometryList RectangularTessellator.tessellate(DrawContext dc)
           
 SectorGeometryList Globe.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 DrawContext.getSurfaceGeometry()
          Retrieves a list of all the sectors rendered so far this frame.
 SectorGeometryList DrawContextImpl.getSurfaceGeometry()
           
 

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


NASA World Wind