|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tile | |
---|---|
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.util |
Uses of Tile in gov.nasa.worldwind.layers |
---|
Subclasses of Tile in gov.nasa.worldwind.layers | |
---|---|
class |
TextureTile
|
Uses of Tile in gov.nasa.worldwind.util |
---|
Methods in gov.nasa.worldwind.util that return Tile | |
---|---|
Tile |
LevelSet.createTile(TileKey key)
|
Methods in gov.nasa.worldwind.util with parameters of type Tile | |
---|---|
int |
Tile.compareTo(Tile tile)
|
java.net.URL |
Level.getTileResourceURL(Tile tile,
java.lang.String imageFormat)
Returns the URL necessary to retrieve the specified tile. |
java.net.URL |
TileUrlBuilder.getURL(Tile tile,
java.lang.String imageFormat)
|
boolean |
LevelSet.isResourceAbsent(Tile tile)
Indicates whether a tile has been marked as absent. |
void |
LevelSet.markResourceAbsent(Tile tile)
Instructs the level set that a tile is likely to be absent. |
void |
LevelSet.unmarkResourceAbsent(Tile tile)
Removes the absent-tile mark associated with a tile, if one is associatied. |
Constructors in gov.nasa.worldwind.util with parameters of type Tile | |
---|---|
TileKey(Tile tile)
|
|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |