NASA World Wind

Uses of Class
gov.nasa.worldwind.layers.TextureTile

Packages that use TextureTile
gov.nasa.worldwind.layers   
gov.nasa.worldwind.layers.rpf   
gov.nasa.worldwind.render   
 

Uses of TextureTile in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return TextureTile
 TextureTile[] TextureTile.createSubTiles(Level nextLevel)
           
 TextureTile TextureTile.getFallbackTile()
           
 TextureTile[][] TiledImageLayer.getTilesInSector(Sector sector, int levelNumber)
           
 

Methods in gov.nasa.worldwind.layers with parameters of type TextureTile
protected  void BasicTiledImageLayer.downloadTexture(TextureTile tile)
           
protected  void BasicTiledImageLayer.downloadTexture(TextureTile tile, gov.nasa.worldwind.layers.BasicTiledImageLayer.DownloadPostProcessor postProcessor)
           
protected abstract  void TiledImageLayer.forceTextureLoad(TextureTile tile)
           
protected  void BasicTiledImageLayer.forceTextureLoad(TextureTile tile)
           
protected abstract  void TiledImageLayer.requestTexture(DrawContext dc, TextureTile tile)
           
protected  void BasicTiledImageLayer.requestTexture(DrawContext dc, TextureTile tile)
           
 void TextureTile.setFallbackTile(TextureTile fallbackTile)
           
 

Uses of TextureTile in gov.nasa.worldwind.layers.rpf
 

Methods in gov.nasa.worldwind.layers.rpf with parameters of type TextureTile
protected  void RPFTiledImageLayer.downloadTexture(TextureTile tile)
           
protected  void RPFTiledImageLayer.forceTextureLoad(TextureTile tile)
           
protected  void RPFTiledImageLayer.requestTexture(DrawContext dc, TextureTile tile)
           
 

Uses of TextureTile in gov.nasa.worldwind.render
 

Fields in gov.nasa.worldwind.render declared as TextureTile
protected  TextureTile TiledSurfaceObjectRenderer.PickTile.delegate
           
 

Fields in gov.nasa.worldwind.render with type parameters of type TextureTile
protected  List<TextureTile> TiledSurfaceObjectRenderer.currentTiles
           
 

Methods in gov.nasa.worldwind.render that return TextureTile
protected  TextureTile[] TiledSurfaceObjectRenderer.assembleTopLevelTiles(LevelSet levelSet, Sector sector)
           
 TextureTile TiledSurfaceObjectRenderer.PickTile.getDelegate()
           
protected  TextureTile TiledSurfaceObjectRenderer.getIntersectingTile(Angle latitude, Angle longitude, Iterable<? extends TextureTile> tiles)
           
protected  TextureTile TiledSurfaceObjectRenderer.getTileFromMemoryCache(TileKey tileKey)
           
 

Methods in gov.nasa.worldwind.render with parameters of type TextureTile
protected  void TiledSurfaceObjectRenderer.addTile(DrawContext dc, TextureTile tile)
           
protected  void TiledSurfaceObjectRenderer.addTileOrDescendants(DrawContext dc, TextureTile tile)
           
protected  void TiledSurfaceObjectRenderer.copyFramebufferContentsToTile(DrawContext dc, TextureTile tile, int width, int height, boolean useMipmaps)
           
protected  TiledSurfaceObjectRenderer.SurfaceObjectState TiledSurfaceObjectRenderer.getTileState(TextureTile tile)
           
protected  boolean TiledSurfaceObjectRenderer.isTileCurrent(DrawContext dc, TextureTile tile, TiledSurfaceObjectRenderer.SurfaceObjectState state)
           
protected  void TiledSurfaceObjectRenderer.setTileState(TextureTile tile, TiledSurfaceObjectRenderer.SurfaceObjectState state)
           
protected  void TiledSurfaceObjectRenderer.updateTile(DrawContext dc, TextureTile tile)
           
protected  void TiledSurfaceObjectRenderer.updateTileData(DrawContext dc, TextureTile tile, TiledSurfaceObjectRenderer.SurfaceObjectState state)
           
 

Method parameters in gov.nasa.worldwind.render with type arguments of type TextureTile
protected  TextureTile TiledSurfaceObjectRenderer.getIntersectingTile(Angle latitude, Angle longitude, Iterable<? extends TextureTile> tiles)
           
 


NASA World Wind