NASA World Wind

Uses of Class
gov.nasa.worldwind.SectorGeometryList

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

Uses of SectorGeometryList in gov.nasa.worldwind
 

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

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

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

Uses of SectorGeometryList in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes that return SectorGeometryList
 SectorGeometryList EllipsoidRectangularTessellator.tessellate(DrawContext dc)
           
 SectorGeometryList EllipsoidIcosahedralTessellator.tessellate(DrawContext dc)
           
 


NASA World Wind