public interface IFilesystemCache
Modifier and Type | Method and Description |
---|---|
boolean |
saveFile(ITileSource pTileSourceInfo,
MapTile pTile,
InputStream pStream)
Save an InputStream as the specified tile in the file system cache for the specified tile
source.
|
boolean saveFile(ITileSource pTileSourceInfo, MapTile pTile, InputStream pStream)
pTileSourceInfo
- a tile sourcepTile
- a tilepStream
- an InputStreamCopyright © 2014. All Rights Reserved.