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 |
---|---|
TextureTile[] |
createSubTiles(Level nextLevel)
Splits this texture tile into four tiles; one for each sub quadrant of this texture tile.
|
MercatorSector |
getSector() |
applyInternalTransform, applyResourceTextureTransform, bind, createSubTile, createSubTileKey, equals, getCentroidPoint, getCorners, getExtent, getFallbackTile, getMemoryCache, getSizeInBytes, getTexture, getTextureData, getTileFromMemoryCache, 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, getTileKey, getWidth, setPriority
public MercatorTextureTile(MercatorSector mercatorSector, Level level, int row, int col)
public TextureTile[] 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 getSector()
getSector
in interface SurfaceTile
getSector
in class Tile