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 as
Layer and ElevationModel . |
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 |
Modifier and Type | Method and Description |
---|---|
protected Tile[] |
TiledRasterProducer.createSubTiles(Tile tile,
Level nextLevel) |
Modifier and Type | Method and 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 specified
Level , 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) |
Constructor and Description |
---|
TextureTile(Sector sector,
Level level,
int row,
int col) |
TextureTile(Sector sector,
Level level,
int row,
int column,
java.lang.String cacheName) |
Modifier and Type | Method and Description |
---|---|
MercatorTextureTile[] |
MercatorTextureTile.createSubTiles(Level nextLevel) |
Constructor and Description |
---|
MercatorTextureTile(MercatorSector mercatorSector,
Level level,
int row,
int col) |
Modifier and Type | Method and 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 specified
Level , 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 specified
sector , level , row , column , and cacheName . |
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 specified
level , row , column ,
and cacheName . |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
protected Level |
BasicElevationModel.getTargetLevel(Sector sector,
double targetSize) |
Constructor and Description |
---|
ElevationCompositionTile(Sector sector,
Level level,
int width,
int height) |
ElevationTile(Sector sector,
Level level,
int row,
int col) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Level> |
LevelSet.getLevels() |
Modifier and Type | Method and Description |
---|---|
int |
Level.compareTo(Level that) |
Constructor and 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.
|
Constructor and Description |
---|
ComposeImageTile(Sector sector,
java.lang.String mimeType,
Level level,
int width,
int height) |