Package org.oscim.tiling
Interface ITileDataSource
- All Known Implementing Classes:
MapDatabase,MultiMapDatabase,OverzoomTileDataSource,UrlTileDataSource
public interface ITileDataSource
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Implementations should cancel their IO work and returnvoiddispose()Implementations should cancel and release all resourcesvoidquery(MapTile tile, ITileDataSink mapDataSink)
-
Method Details
-
query
- Parameters:
tile- the tile to load.mapDataSink- the callback to handle the extracted map elements.
-
dispose
void dispose()Implementations should cancel and release all resources -
cancel
void cancel()Implementations should cancel their IO work and return
-