public class MercatorTextureTile extends TextureTile
hasMipmapData, updateTime| Constructor and Description | 
|---|
| MercatorTextureTile(MercatorSector mercatorSector,
                   Level level,
                   int row,
                   int col) | 
| Modifier and Type | Method and Description | 
|---|---|
| MercatorTextureTile[] | createSubTiles(Level nextLevel)Splits this texture tile into four tiles; one for each sub quadrant of this texture tile. | 
| MercatorSector | getMercatorSector() | 
| protected MercatorTextureTile | getTileFromMemoryCache(TileKey tileKey) | 
applyInternalTransform, applyResourceTextureTransform, bind, createSubTile, createSubTileKey, equals, getCentroidPoint, getCorners, getExtent, getFallbackTile, getMemoryCache, getSizeInBytes, getTexture, getTextureData, getUpdateTime, hashCode, initializeTexture, isTextureExpired, isTextureExpired, isTextureInMemory, setFallbackTile, setTexture, setTextureData, setTextureParameters, toString, updateMemoryCachecompareTo, computeColumn, computeColumnLongitude, computeRow, computeRowLatitude, getCacheName, getColumn, getFormatSuffix, getHeight, getLabel, getLevel, getLevelName, getLevelNumber, getPath, getPathBase, getPriority, getResourceURL, getResourceURL, getRow, getSector, getTileKey, getWidth, setPriorityclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSectorpublic MercatorTextureTile(MercatorSector mercatorSector, Level level, int row, int col)
public MercatorTextureTile[] createSubTiles(Level nextLevel)
TextureTileTextureTile.createSubTile(gov.nasa.worldwind.geom.Sector,
 gov.nasa.worldwind.util.Level, int, int) to create sub tiles not found in the cache.createSubTiles in class TextureTilenextLevel - the level for the sub tiles.public MercatorSector getMercatorSector()
protected MercatorTextureTile getTileFromMemoryCache(TileKey tileKey)
getTileFromMemoryCache in class TextureTile