NASA World Wind

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

Packages that use TileKey
gov.nasa.worldwind.render   
gov.nasa.worldwind.terrain   
gov.nasa.worldwind.util   
 

Uses of TileKey in gov.nasa.worldwind.render
 

Fields in gov.nasa.worldwind.render with type parameters of type TileKey
protected  Map<TileKey,TiledSurfaceObjectRenderer.SurfaceObjectState> TiledSurfaceObjectRenderer.tileStateMap
           
 

Methods in gov.nasa.worldwind.render with parameters of type TileKey
protected  TextureTile TiledSurfaceObjectRenderer.getTileFromMemoryCache(TileKey tileKey)
           
 

Uses of TileKey in gov.nasa.worldwind.terrain
 

Fields in gov.nasa.worldwind.terrain declared as TileKey
protected  TileKey BasicElevationModel.RequestTask.tileKey
           
 

Methods in gov.nasa.worldwind.terrain that return types with arguments of type TileKey
protected  Map<TileKey,BasicElevationModel.Tile> BasicElevationModel.getLevelZeroTiles()
           
 

Methods in gov.nasa.worldwind.terrain with parameters of type TileKey
protected  boolean BasicElevationModel.areElevationsInMemory(TileKey key)
           
protected  BasicElevationModel.Tile BasicElevationModel.createTile(TileKey key)
           
protected  BasicElevationModel.Tile BasicElevationModel.getTileFromMemory(TileKey tileKey)
           
protected  void BasicElevationModel.requestTile(TileKey key)
           
 

Constructors in gov.nasa.worldwind.terrain with parameters of type TileKey
BasicElevationModel.RequestTask(TileKey tileKey, BasicElevationModel elevationModel)
           
 

Uses of TileKey in gov.nasa.worldwind.util
 

Methods in gov.nasa.worldwind.util that return TileKey
 TileKey Tile.getTileKey()
           
 

Methods in gov.nasa.worldwind.util with parameters of type TileKey
 int TileKey.compareTo(TileKey key)
           
 Sector LevelSet.computeSectorForKey(TileKey key)
           
 Tile LevelSet.createTile(TileKey key)
           
 boolean LevelSet.isResourceAbsent(TileKey tileKey)
          Indicates whether a tile has been marked as absent.
 


NASA World Wind