NASA World Wind

Uses of Class
gov.nasa.worldwind.Level

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

Uses of Level in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return Level
 Level LevelSet.getFirstLevel()
           
 Level LevelSet.getLastLevel()
           
 Level Tile.getLevel()
           
 Level LevelSet.getLevel(int levelNumber)
           
 

Methods in gov.nasa.worldwind that return types with arguments of type Level
 ArrayList<Level> LevelSet.getLevels()
           
 

Methods in gov.nasa.worldwind with parameters of type Level
 int Level.compareTo(Level that)
           
 

Constructors in gov.nasa.worldwind with parameters of type Level
Tile(Sector sector, Level level)
           
Tile(Sector sector, Level level, int row, int column)
           
TileKey(Angle latitude, Angle longitude, Level level)
           
 

Uses of Level in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers with parameters of type Level
 TextureTile[] TextureTile.createSubTiles(Level nextLevel)
           
 

Constructors in gov.nasa.worldwind.layers with parameters of type Level
TextureTile(Sector sector, Level level, int row, int col)
           
 


NASA World Wind