public class WMSTileServer extends java.lang.Object implements TileServer
| Constructor and Description |
|---|
WMSTileServer(RasterDataStore store) |
| Modifier and Type | Method and Description |
|---|---|
Downloader |
getDownloader()
Gets the tile server
|
java.lang.String |
getFileSuffix()
Gets the file extension to save tiles
|
CacheStruct |
getStruct()
Gets the cache structure
|
void |
setFileSuffix(java.lang.String extension)
Assigns the extension of the output file
|
void |
setStruct(CacheStruct struct)
Sets the cache structure.
|
public WMSTileServer(RasterDataStore store)
public Downloader getDownloader()
TileServergetDownloader in interface TileServerpublic CacheStruct getStruct()
TileServergetStruct in interface TileServerpublic void setStruct(CacheStruct struct)
TileServersetStruct in interface TileServerpublic java.lang.String getFileSuffix()
TileServergetFileSuffix in interface TileServerpublic void setFileSuffix(java.lang.String extension)
TileServersetFileSuffix in interface TileServer