public class TileDataSink extends java.lang.Object implements ITileDataSink
| Constructor and Description |
|---|
TileDataSink(ITileDataSink sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(QueryResult result)
Notify loader that tile loading is completed.
|
QueryResult |
getResult() |
void |
process(MapElement element)
Pass read MapElement data to loader.
|
void |
setTileImage(Bitmap bitmap)
Pass read Bitmap data to loader.
|
public TileDataSink(ITileDataSink sink)
public QueryResult getResult()
public void process(MapElement element)
ITileDataSinkprocess in interface ITileDataSinkpublic void setTileImage(Bitmap bitmap)
ITileDataSinksetTileImage in interface ITileDataSinkpublic void completed(QueryResult result)
ITileDataSinkcompleted in interface ITileDataSink