public interface TileServer
Modifier and Type | Method and Description |
---|---|
Downloader |
getDownloader()
Gets the tile server
|
String |
getFileSuffix()
Gets the file extension to save tiles
|
CacheStruct |
getStruct()
Gets the cache structure
|
void |
setFileSuffix(String extension)
Assigns the extension of the output file
|
void |
setStruct(CacheStruct struct)
Sets the cache structure.
|
CacheStruct getStruct()
void setStruct(CacheStruct struct)
struct
- Downloader getDownloader()
String getFileSuffix()
void setFileSuffix(String extension)
extension
-