NASA World Wind

Uses of Class
gov.nasa.worldwind.util.Tile

Packages that use Tile
gov.nasa.worldwind.layers   
gov.nasa.worldwind.util   
 

Uses of Tile in gov.nasa.worldwind.layers
 

Subclasses of Tile in gov.nasa.worldwind.layers
 class TextureTile
           
 

Uses of Tile in gov.nasa.worldwind.util
 

Methods in gov.nasa.worldwind.util that return Tile
 Tile LevelSet.createTile(TileKey key)
           
 

Methods in gov.nasa.worldwind.util with parameters of type Tile
 int Tile.compareTo(Tile tile)
           
 URL Level.getTileResourceURL(Tile tile, String imageFormat)
          Returns the URL necessary to retrieve the specified tile.
 URL TileUrlBuilder.getURL(Tile tile, String imageFormat)
           
 boolean LevelSet.isResourceAbsent(Tile tile)
          Indicates whether a tile has been marked as absent.
 void LevelSet.markResourceAbsent(Tile tile)
          Instructs the level set that a tile is likely to be absent.
 void LevelSet.unmarkResourceAbsent(Tile tile)
          Removes the absent-tile mark associated with a tile, if one is associatied.
 

Constructors in gov.nasa.worldwind.util with parameters of type Tile
TileKey(Tile tile)
           
 


NASA World Wind