Class OverzoomTileDataSource

java.lang.Object
org.oscim.tiling.OverzoomTileDataSource
All Implemented Interfaces:
ITileDataSource

public class OverzoomTileDataSource extends Object implements ITileDataSource
  • Constructor Details

    • OverzoomTileDataSource

      public OverzoomTileDataSource(ITileDataSource tileDataSource, int overZoom)
  • Method Details

    • getDataSource

      public ITileDataSource getDataSource()
    • query

      public void query(MapTile tile, ITileDataSink sink)
      Specified by:
      query in interface ITileDataSource
      Parameters:
      tile - the tile to load.
      sink - the callback to handle the extracted map elements.
    • dispose

      public void dispose()
      Description copied from interface: ITileDataSource
      Implementations should cancel and release all resources
      Specified by:
      dispose in interface ITileDataSource
    • cancel

      public void cancel()
      Description copied from interface: ITileDataSource
      Implementations should cancel their IO work and return
      Specified by:
      cancel in interface ITileDataSource