Package noaa.coastwatch.io.tile
Class TileCacheKey
java.lang.Object
noaa.coastwatch.io.tile.TileCacheKey
A
TileCacheKey
object stores a pair of values: a tile source,
and a tile position, that can be used in a TileCache
to store and recall
a specific tile.- Since:
- 3.3.1
- Author:
- Peter Hollemans
-
Constructor Summary
ConstructorDescriptionTileCacheKey
(TileSource source, TilingScheme.TilePosition pos) Creates a new cache key. -
Method Summary
-
Constructor Details
-
TileCacheKey
Creates a new cache key.- Parameters:
source
- the source for the tiles.pos
- the position of the tile in the scheme.
-
-
Method Details