public interface ITileDataSource
| 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
|
void |
query(MapTile tile,
ITileDataSink mapDataSink) |
void query(MapTile tile, ITileDataSink mapDataSink)
tile - the tile to load.mapDataSink - the callback to handle the extracted map elements.void dispose()
void cancel()