Class OverzoomDataSink

java.lang.Object
org.oscim.tiling.OverzoomDataSink
All Implemented Interfaces:
ITileDataSink

public class OverzoomDataSink extends Object implements ITileDataSink
  • Constructor Details

  • Method Details

    • process

      public void process(MapElement element)
      Description copied from interface: ITileDataSink
      Pass 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:
      process in interface ITileDataSink
    • setTileImage

      public void setTileImage(Bitmap bitmap)
      Description copied from interface: ITileDataSink
      Pass read Bitmap data to loader.
      Specified by:
      setTileImage in interface ITileDataSink
    • completed

      public void completed(QueryResult result)
      Description copied from interface: ITileDataSink
      Notify loader that tile loading is completed.
      Specified by:
      completed in interface ITileDataSink