Package | Description |
---|---|
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.layers.mercator | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.terrain | |
gov.nasa.worldwind.util |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected TextureTile |
TextureTile.getTileFromMemoryCache(TileKey tileKey) |
Modifier and Type | Method and Description |
---|---|
protected MercatorTextureTile |
MercatorTextureTile.getTileFromMemoryCache(TileKey tileKey) |
Modifier and Type | Field and Description |
---|---|
protected TileKey |
SurfaceObjectTileBuilder.SurfaceObjectTileStateKey.tileKey |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected TileKey |
BasicElevationModel.RequestTask.tileKey |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentHashMap<TileKey,BasicElevationModel.ElevationTile> |
BasicElevationModel.levelZeroTiles |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<TileKey,BasicElevationModel.ElevationTile> |
BasicElevationModel.getLevelZeroTiles() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BasicElevationModel.areElevationsInMemory(TileKey key) |
protected BasicElevationModel.ElevationTile |
BasicElevationModel.createTile(TileKey key) |
protected BasicElevationModel.ElevationTile |
BasicElevationModel.getTileFromMemory(TileKey tileKey) |
protected void |
BasicElevationModel.requestTile(TileKey key) |
Constructor and Description |
---|
RequestTask(TileKey tileKey,
BasicElevationModel elevationModel) |
Modifier and Type | Method and Description |
---|---|
TileKey |
Tile.getTileKey() |
Modifier and Type | Method and Description |
---|---|
int |
TileKey.compareTo(TileKey key)
Compare two tile keys.
|
Sector |
LevelSet.computeSectorForKey(TileKey key) |
Tile |
LevelSet.createTile(TileKey key) |
boolean |
LevelSet.isResourceAbsent(TileKey tileKey)
Indicates whether a tile has been marked as absent.
|