Package org.oscim.tiling
Class OverzoomTileDataSource
java.lang.Object
org.oscim.tiling.OverzoomTileDataSource
- All Implemented Interfaces:
ITileDataSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Implementations should cancel their IO work and returnvoiddispose()Implementations should cancel and release all resourcesvoidquery(MapTile tile, ITileDataSink sink)
-
Constructor Details
-
OverzoomTileDataSource
-
-
Method Details
-
getDataSource
-
query
- Specified by:
queryin interfaceITileDataSource- Parameters:
tile- the tile to load.sink- the callback to handle the extracted map elements.
-
dispose
public void dispose()Description copied from interface:ITileDataSourceImplementations should cancel and release all resources- Specified by:
disposein interfaceITileDataSource
-
cancel
public void cancel()Description copied from interface:ITileDataSourceImplementations should cancel their IO work and return- Specified by:
cancelin interfaceITileDataSource
-