public class TiledLayerImpl extends Object implements TiledLayer
| Constructor and Description |
|---|
TiledLayerImpl(TileCacheImpl tileCache,
TileServer provider,
ITileFileSystemStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
String |
assignPathTile(Tile tile)
Assigns the path to a tile
|
long |
delete()
Deletes the files of this layer
|
String |
getBaseLayerDirectory()
Gets the base directory for this layer.
|
String |
getID()
Returns the ID of this layer.
|
ThreadPoolImpl |
getThreadPool()
Gets the pool of threads
|
Tile |
getTile(Tile tile)
Gets a tile
|
void |
getTiles(List<Tile> tiles,
TileListener listener,
TaskStatus status)
Gets a list of tiles
|
void |
updateBaseDirectory(String dir)
Updates the string with the base directory
|
public TiledLayerImpl(TileCacheImpl tileCache, TileServer provider, ITileFileSystemStrategy strategy)
public ThreadPoolImpl getThreadPool()
public void updateBaseDirectory(String dir)
dir - public Tile getTile(Tile tile) throws TileGettingException
TiledLayergetTile in interface TiledLayerTileGettingExceptionpublic void getTiles(List<Tile> tiles, TileListener listener, TaskStatus status) throws TileGettingException
TiledLayergetTiles in interface TiledLayerTileGettingExceptionpublic String getBaseLayerDirectory()
TiledLayergetBaseLayerDirectory in interface TiledLayerpublic String getID()
TiledLayergetID in interface TiledLayerpublic long delete()
TiledLayerdelete in interface TiledLayer