Package gov.nasa.worldwind.wms
Class WMSTiledImageLayer.ComposeImageTile
- java.lang.Object
-
- gov.nasa.worldwind.util.Tile
-
- gov.nasa.worldwind.layers.TextureTile
-
- gov.nasa.worldwind.wms.WMSTiledImageLayer.ComposeImageTile
-
- All Implemented Interfaces:
Cacheable,SurfaceTile,java.lang.Comparable<Tile>
- Enclosing class:
- WMSTiledImageLayer
protected static class WMSTiledImageLayer.ComposeImageTile extends TextureTile
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.Filefileprotected intheightprotected intwidth-
Fields inherited from class gov.nasa.worldwind.layers.TextureTile
hasMipmapData, updateTime
-
-
Constructor Summary
Constructors Constructor Description ComposeImageTile(Sector sector, java.lang.String mimeType, Level level, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetFile()intgetHeight()java.lang.StringgetPath()intgetWidth()-
Methods inherited from class gov.nasa.worldwind.layers.TextureTile
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
-
Methods inherited from class gov.nasa.worldwind.util.Tile
compareTo, computeColumn, computeColumnLongitude, computeRow, computeRowLatitude, getCacheName, getColumn, getFormatSuffix, getLabel, getLevel, getLevelName, getLevelNumber, getPathBase, getPriority, getResourceURL, getResourceURL, getRow, getSector, getTileKey, setPriority
-
Methods inherited from interface gov.nasa.worldwind.render.SurfaceTile
getSector
-
-