NASA World Wind

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

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

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)
           
 

Uses of Level in gov.nasa.worldwind.util
 

Methods in gov.nasa.worldwind.util that return Level
 Level LevelSet.getFirstLevel()
           
 Level LevelSet.getLastLevel()
           
 Level LevelSet.getLastLevel(Angle latitude, Angle longitude)
           
 Level LevelSet.getLastLevel(Sector sector)
           
 Level Tile.getLevel()
           
 Level LevelSet.getLevel(int levelNumber)
           
 Level LevelSet.getNextToLastLevel()
           
 

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

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

Constructors in gov.nasa.worldwind.util 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)
           
 

Constructor parameters in gov.nasa.worldwind.util with type arguments of type Level
LevelSet(AVList params, java.util.Collection<Level> levels)
           
LevelSet(java.util.Collection<Level> levels, AVList params)
           
 


NASA World Wind