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.layersMethods in gov.nasa.worldwind.layers that return TileKey Modifier and Type Method Description protected TileKeyTextureTile. 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 TextureTileTextureTile. getTileFromMemoryCache(TileKey tileKey)
- 
Uses of TileKey in gov.nasa.worldwind.layers.mercatorMethods in gov.nasa.worldwind.layers.mercator with parameters of type TileKey Modifier and Type Method Description protected MercatorTextureTileMercatorTextureTile. getTileFromMemoryCache(TileKey tileKey)
- 
Uses of TileKey in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as TileKey Modifier and Type Field Description protected TileKeySurfaceObjectTileBuilder.SurfaceObjectTileStateKey. tileKeyMethods in gov.nasa.worldwind.render that return TileKey Modifier and Type Method Description protected TileKeySurfaceObjectTileBuilder.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.terrainFields in gov.nasa.worldwind.terrain declared as TileKey Modifier and Type Field Description protected TileKeyBasicElevationModel.RequestTask. tileKeyFields 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. levelZeroTilesMethods 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 booleanBasicElevationModel. areElevationsInMemory(TileKey key)protected BasicElevationModel.ElevationTileBasicElevationModel. createTile(TileKey key)protected BasicElevationModel.ElevationTileBasicElevationModel. getTileFromMemory(TileKey tileKey)protected voidBasicElevationModel. 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.utilMethods in gov.nasa.worldwind.util that return TileKey Modifier and Type Method Description TileKeyTile. getTileKey()Methods in gov.nasa.worldwind.util with parameters of type TileKey Modifier and Type Method Description intTileKey. compareTo(TileKey key)Compare two tile keys.SectorLevelSet. computeSectorForKey(TileKey key)TileLevelSet. createTile(TileKey key)booleanLevelSet. isResourceAbsent(TileKey tileKey)Indicates whether a tile has been marked as absent.
 
-