public class FileTileServer extends Object implements TileServer
| Modifier and Type | Field and Description |
|---|---|
protected Downloader |
downloader |
protected boolean |
externalStruct |
protected RasterDataStore |
store |
protected CacheStruct |
struct |
protected String |
suffix |
| Constructor and Description |
|---|
FileTileServer(RasterDataStore store) |
| 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.
|
protected CacheStruct struct
protected Downloader downloader
protected RasterDataStore store
protected String suffix
protected boolean externalStruct
public FileTileServer(RasterDataStore store)
public Downloader getDownloader()
TileServergetDownloader in interface TileServerpublic CacheStruct getStruct()
TileServergetStruct in interface TileServerpublic void setStruct(CacheStruct struct)
TileServersetStruct in interface TileServerpublic String getFileSuffix()
TileServergetFileSuffix in interface TileServerpublic void setFileSuffix(String extension)
TileServersetFileSuffix in interface TileServer