NASA World Wind

Uses of Interface
gov.nasa.worldwind.terrain.SectorGeometry

Packages that use SectorGeometry
gov.nasa.worldwind.render   
gov.nasa.worldwind.terrain   
 

Uses of SectorGeometry in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render with parameters of type SectorGeometry
protected abstract  Iterable<SurfaceTile> SurfaceTileRenderer.getIntersectingTiles(DrawContext dc, SectorGeometry sg, Iterable<? extends SurfaceTile> tiles)
           
protected  Iterable<SurfaceTile> GeographicSurfaceTileRenderer.getIntersectingTiles(DrawContext dc, SectorGeometry sg, Iterable<? extends SurfaceTile> tiles)
           
protected abstract  void SurfaceTileRenderer.preComputeTextureTransform(DrawContext dc, SectorGeometry sg, SurfaceTileRenderer.Transform t)
           
protected  void GeographicSurfaceTileRenderer.preComputeTextureTransform(DrawContext dc, SectorGeometry sg, SurfaceTileRenderer.Transform t)
           
 

Uses of SectorGeometry in gov.nasa.worldwind.terrain
 

Methods in gov.nasa.worldwind.terrain with parameters of type SectorGeometry
static RectangularTessellator.RectGeometry RectangularTessellator.getTerrainGeometry(SectorGeometry tile)
           
protected  DoubleBuffer RectangularTessellator.makeGeographicTexCoords(SectorGeometry sg, SectorGeometry.GeographicTextureCoordinateComputer computer)
           
 


NASA World Wind