Uses of Class
gov.nasa.worldwind.util.Level
- 
Packages that use Level Package Description gov.nasa.worldwind.data This package provides classes for converting raw data sources into a form which can be used by standard WorldWind components, such asLayerandElevationModel.gov.nasa.worldwind.layers gov.nasa.worldwind.layers.mercator gov.nasa.worldwind.render gov.nasa.worldwind.terrain gov.nasa.worldwind.util gov.nasa.worldwind.wms 
- 
- 
Uses of Level in gov.nasa.worldwind.dataMethods in gov.nasa.worldwind.data with parameters of type Level Modifier and Type Method Description protected Tile[]TiledRasterProducer. createSubTiles(Tile tile, Level nextLevel)
- 
Uses of Level in gov.nasa.worldwind.layersMethods in gov.nasa.worldwind.layers with parameters of type Level Modifier and Type Method Description protected TextureTileTextureTile. createSubTile(Sector sector, Level level, int row, int col)protected TileKeyTextureTile. createSubTileKey(Level level, int row, int col)Returns a key for a sub tile of this texture tile with the specifiedLevel, row, and column.TextureTile[]TextureTile. createSubTiles(Level nextLevel)Splits this texture tile into four tiles; one for each sub quadrant of this texture tile.protected booleanTiledImageLayer. needToSplit(DrawContext dc, Sector sector, Level level)Constructors in gov.nasa.worldwind.layers with parameters of type Level Constructor Description TextureTile(Sector sector, Level level, int row, int col)TextureTile(Sector sector, Level level, int row, int column, java.lang.String cacheName)
- 
Uses of Level in gov.nasa.worldwind.layers.mercatorMethods in gov.nasa.worldwind.layers.mercator with parameters of type Level Modifier and Type Method Description MercatorTextureTile[]MercatorTextureTile. createSubTiles(Level nextLevel)Constructors in gov.nasa.worldwind.layers.mercator with parameters of type Level Constructor Description MercatorTextureTile(MercatorSector mercatorSector, Level level, int row, int col)
- 
Uses of Level in gov.nasa.worldwind.renderMethods in gov.nasa.worldwind.render with parameters of type Level Modifier and Type Method Description protected TextureTileSurfaceObjectTileBuilder.SurfaceObjectTile. createSubTile(Sector sector, Level level, int row, int col)protected TileKeySurfaceObjectTileBuilder.SurfaceObjectTile. createSubTileKey(Level level, int row, int col)Returns a key for a sub tile of this texture tile with the specifiedLevel, row, and column.protected SurfaceObjectTileBuilder.SurfaceObjectTileSurfaceObjectTileBuilder. createTile(Sector sector, Level level, int row, int column, java.lang.String cacheName)Returns a new SurfaceObjectTile corresponding to the specifiedsector,level,row,column, andcacheName.protected java.lang.ObjectSurfaceObjectTileBuilder. createTileKey(Level level, int row, int column, java.lang.String cacheName)Returns a new tile key corresponding to the tile with the specifiedlevel,row,column, andcacheName.Constructors in gov.nasa.worldwind.render with parameters of type Level Constructor Description SurfaceObjectTile(Sector sector, Level level, int row, int column, java.lang.String cacheName)Constructs a tile for a given sector, level, row and column of the tile's containing tile set.
- 
Uses of Level in gov.nasa.worldwind.terrainMethods in gov.nasa.worldwind.terrain that return Level Modifier and Type Method Description protected LevelBasicElevationModel. getTargetLevel(Sector sector, double targetSize)Constructors in gov.nasa.worldwind.terrain with parameters of type Level Constructor Description ElevationCompositionTile(Sector sector, Level level, int width, int height)ElevationTile(Sector sector, Level level, int row, int col)
- 
Uses of Level in gov.nasa.worldwind.utilMethods in gov.nasa.worldwind.util that return Level Modifier and Type Method Description LevelLevelSet. getFirstLevel()LevelLevelSet. getLastLevel()LevelLevelSet. getLastLevel(Angle latitude, Angle longitude)LevelLevelSet. getLastLevel(Sector sector)LevelLevelSet. getLevel(int levelNumber)LevelTile. getLevel()LevelLevelSet. getNextToLastLevel()Methods in gov.nasa.worldwind.util that return types with arguments of type Level Modifier and Type Method Description java.util.ArrayList<Level>LevelSet. getLevels()Methods in gov.nasa.worldwind.util with parameters of type Level Modifier and Type Method Description intLevel. compareTo(Level that)Constructors in gov.nasa.worldwind.util with parameters of type Level Constructor Description Tile(Sector sector, Level level)Constructs a texture tile for a given sector and level, and with a default row and column.Tile(Sector sector, Level level, int row, int column)Constructs a tile for a given sector, level, row and column of the tile's containing tile set.Tile(Sector sector, Level level, int row, int column, java.lang.String cacheName)Constructs a tile for a given sector, level, row and column of the tile's containing tile set.
- 
Uses of Level in gov.nasa.worldwind.wmsConstructors in gov.nasa.worldwind.wms with parameters of type Level Constructor Description ComposeImageTile(Sector sector, java.lang.String mimeType, Level level, int width, int height)
 
-