public class GoogleMapsTileServer extends Object implements TileServer
Constructor and Description |
---|
GoogleMapsTileServer(RasterDataStore store,
String suffix,
int levels)
Creates a Google Maps Tile Server
|
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.
|
public GoogleMapsTileServer(RasterDataStore store, String suffix, int levels)
store
- suffix
- levels
- 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