public class OverzoomTileDataSource extends java.lang.Object implements ITileDataSource
| Constructor and Description |
|---|
OverzoomTileDataSource(ITileDataSource tileDataSource,
int overZoom) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Implementations should cancel their IO work and return
|
void |
dispose()
Implementations should cancel and release all resources
|
ITileDataSource |
getDataSource() |
void |
query(MapTile tile,
ITileDataSink sink) |
public OverzoomTileDataSource(ITileDataSource tileDataSource, int overZoom)
public ITileDataSource getDataSource()
public void query(MapTile tile, ITileDataSink sink)
query in interface ITileDataSourcetile - the tile to load.sink - the callback to handle the extracted map elements.public void dispose()
ITileDataSourcedispose in interface ITileDataSourcepublic void cancel()
ITileDataSourcecancel in interface ITileDataSource