Package org.oscim.tiling
Class OverzoomDataSink
java.lang.Object
org.oscim.tiling.OverzoomDataSink
- All Implemented Interfaces:
ITileDataSink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompleted(QueryResult result) Notify loader that tile loading is completed.voidprocess(MapElement element) Pass read MapElement data to loader.voidsetTileImage(Bitmap bitmap) Pass read Bitmap data to loader.
-
Constructor Details
-
OverzoomDataSink
-
-
Method Details
-
process
Description copied from interface:ITileDataSinkPass read MapElement data to loader. NOTE: MapElement passed belong to the caller! i.e. dont hold references to any of its data after callback function returns.- Specified by:
processin interfaceITileDataSink
-
setTileImage
Description copied from interface:ITileDataSinkPass read Bitmap data to loader.- Specified by:
setTileImagein interfaceITileDataSink
-
completed
Description copied from interface:ITileDataSinkNotify loader that tile loading is completed.- Specified by:
completedin interfaceITileDataSink
-