Package nl.bebr.mapviewer.data.cache
Interface WritableTileService<T>
-
- Type Parameters:
T-
- All Known Implementing Classes:
AbstractTileService
public interface WritableTileService<T>Interface of tile service, which is capable of persisting tiles.- Author:
- Frantisek Post
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteTile(TileCacheInfo tileCacheInfo, T image)
-
-
-
Method Detail
-
writeTile
void writeTile(TileCacheInfo tileCacheInfo, T image)
-
-