Package org.oscim.tiling
Interface ITileCache
public interface ITileCache
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
-
Method Details
-
writeTile
- Parameters:
tile- The accessed tile.- Returns:
- The CacheFile which contains the Fileoutputstream for the cache.
-
getTile
- Parameters:
tile- The accessed tile.- Returns:
- The stored file for this tile or null if tile is not stored.
-
setCacheSize
void setCacheSize(long size) - Parameters:
size- The size for the cache directionary.
-