NASA World Wind

gov.nasa.worldwind
Class SurfaceTileRenderer

java.lang.Object
  extended by gov.nasa.worldwind.SurfaceTileRenderer
All Implemented Interfaces:
Disposable

public class SurfaceTileRenderer
extends Object
implements Disposable


Constructor Summary
SurfaceTileRenderer()
           
 
Method Summary
 void dispose()
           
 boolean isShowImageTileOutlines()
           
 void renderTile(DrawContext dc, TextureTile tile)
           
 void renderTiles(DrawContext dc, Iterable<TextureTile> tiles)
           
 void setShowImageTileOutlines(boolean showImageTileOutlines)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurfaceTileRenderer

public SurfaceTileRenderer()
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface Disposable

isShowImageTileOutlines

public boolean isShowImageTileOutlines()

renderTile

public void renderTile(DrawContext dc,
                       TextureTile tile)

renderTiles

public void renderTiles(DrawContext dc,
                        Iterable<TextureTile> tiles)

setShowImageTileOutlines

public void setShowImageTileOutlines(boolean showImageTileOutlines)

NASA World Wind