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()
TileServer
getDownloader
in interface TileServer
public CacheStruct getStruct()
TileServer
getStruct
in interface TileServer
public void setStruct(CacheStruct struct)
TileServer
setStruct
in interface TileServer
public String getFileSuffix()
TileServer
getFileSuffix
in interface TileServer
public void setFileSuffix(String extension)
TileServer
setFileSuffix
in interface TileServer