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 asLayer
andElevationModel
.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.data
Methods 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.layers
Methods in gov.nasa.worldwind.layers with parameters of type Level Modifier and Type Method Description protected TextureTile
TextureTile. createSubTile(Sector sector, Level level, int row, int col)
protected TileKey
TextureTile. 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 boolean
TiledImageLayer. 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.mercator
Methods 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.render
Methods in gov.nasa.worldwind.render with parameters of type Level Modifier and Type Method Description protected TextureTile
SurfaceObjectTileBuilder.SurfaceObjectTile. createSubTile(Sector sector, Level level, int row, int col)
protected TileKey
SurfaceObjectTileBuilder.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.SurfaceObjectTile
SurfaceObjectTileBuilder. 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.Object
SurfaceObjectTileBuilder. 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.terrain
Methods in gov.nasa.worldwind.terrain that return Level Modifier and Type Method Description protected Level
BasicElevationModel. 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.util
Methods in gov.nasa.worldwind.util that return Level Modifier and Type Method Description Level
LevelSet. getFirstLevel()
Level
LevelSet. getLastLevel()
Level
LevelSet. getLastLevel(Angle latitude, Angle longitude)
Level
LevelSet. getLastLevel(Sector sector)
Level
LevelSet. getLevel(int levelNumber)
Level
Tile. getLevel()
Level
LevelSet. 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 int
Level. 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.wms
Constructors 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)
-