NASA World Wind

Uses of Class
gov.nasa.worldwind.Tile

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

Uses of Tile in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind with parameters of type Tile
 int Tile.compareTo(Tile tile)
           
 URL Level.getTileResourceURL(Tile tile)
          Returns the URL necessary to retrieve the specified tile.
 URL Level.TileURLBuilder.getURL(Tile tile)
           
 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 with parameters of type Tile
TileKey(Tile tile)
           
 

Uses of Tile in gov.nasa.worldwind.layers
 

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


NASA World Wind