protected static class WMSTiledImageLayer.ComposeImageTile extends TextureTile
Modifier and Type | Field and Description |
---|---|
protected File |
file |
protected int |
height |
protected int |
width |
hasMipmapData, updateTime
Constructor and Description |
---|
ComposeImageTile(Sector sector,
String mimeType,
Level level,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
int |
getHeight() |
String |
getPath() |
int |
getWidth() |
applyInternalTransform, applyResourceTextureTransform, bind, createSubTile, createSubTileKey, createSubTiles, 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, getLabel, getLevel, getLevelName, getLevelNumber, getPathBase, getPriority, getResourceURL, getResourceURL, getRow, getSector, getTileKey, setPriority
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSector
protected File file
protected int height
protected int width
public ComposeImageTile(Sector sector, String mimeType, Level level, int width, int height) throws IOException
IOException