gov.nasa.worldwind
Class SurfaceTileRenderer
java.lang.Object
gov.nasa.worldwind.SurfaceTileRenderer
- All Implemented Interfaces:
- Disposable
public class SurfaceTileRenderer
- extends Object
- implements Disposable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SurfaceTileRenderer
public SurfaceTileRenderer()
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)