Package org.oscim.tiling
Class TileDataSink
java.lang.Object
org.oscim.tiling.TileDataSink
- All Implemented Interfaces:
ITileDataSink
-
Field Summary
Fields -
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.
-
Field Details
-
hashPois
-
hashWays
-
level
public int level -
levels
public int levels
-
-
Constructor Details
-
TileDataSink
-
-
Method Details
-
getResult
-
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
-