Uses of Class
gov.nasa.worldwind.util.TileKey
-
Packages that use TileKey Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.layers.mercator gov.nasa.worldwind.render gov.nasa.worldwind.terrain gov.nasa.worldwind.util -
-
Uses of TileKey in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers that return TileKey Modifier and Type Method Description 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.Methods in gov.nasa.worldwind.layers with parameters of type TileKey Modifier and Type Method Description protected TextureTile
TextureTile. getTileFromMemoryCache(TileKey tileKey)
-
Uses of TileKey in gov.nasa.worldwind.layers.mercator
Methods in gov.nasa.worldwind.layers.mercator with parameters of type TileKey Modifier and Type Method Description protected MercatorTextureTile
MercatorTextureTile. getTileFromMemoryCache(TileKey tileKey)
-
Uses of TileKey in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as TileKey Modifier and Type Field Description protected TileKey
SurfaceObjectTileBuilder.SurfaceObjectTileStateKey. tileKey
Methods in gov.nasa.worldwind.render that return TileKey Modifier and Type Method 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 specifiedLevel
, row, and column. -
Uses of TileKey in gov.nasa.worldwind.terrain
Fields in gov.nasa.worldwind.terrain declared as TileKey Modifier and Type Field Description protected TileKey
BasicElevationModel.RequestTask. tileKey
Fields in gov.nasa.worldwind.terrain with type parameters of type TileKey Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<TileKey,BasicElevationModel.ElevationTile>
BasicElevationModel. levelZeroTiles
Methods in gov.nasa.worldwind.terrain that return types with arguments of type TileKey Modifier and Type Method Description protected java.util.Map<TileKey,BasicElevationModel.ElevationTile>
BasicElevationModel. getLevelZeroTiles()
Methods in gov.nasa.worldwind.terrain with parameters of type TileKey Modifier and Type Method 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)
Constructors in gov.nasa.worldwind.terrain with parameters of type TileKey Constructor Description RequestTask(TileKey tileKey, BasicElevationModel elevationModel)
-
Uses of TileKey in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util that return TileKey Modifier and Type Method Description TileKey
Tile. getTileKey()
Methods in gov.nasa.worldwind.util with parameters of type TileKey Modifier and Type Method 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.
-