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, updateMemoryCache
compareTo, computeColumn, computeColumnLongitude, computeRow, computeRowLatitude, getCacheName, getColumn, getFormatSuffix, getHeight, getLabel, getLevel, getLevelName, getLevelNumber, getPath, getPathBase, getPriority, getResourceURL, getResourceURL, getRow, getSector, getTileKey, getWidth, setPriority
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSector
public MercatorTextureTile(MercatorSector mercatorSector, Level level, int row, int col)
public MercatorTextureTile[] createSubTiles(Level nextLevel)
TextureTile
TextureTile.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 TextureTile
nextLevel
- the level for the sub tiles.public MercatorSector getMercatorSector()
protected MercatorTextureTile getTileFromMemoryCache(TileKey tileKey)
getTileFromMemoryCache
in class TextureTile