Class BitmapTileSource.BitmapTileDataSource

  • All Implemented Interfaces:
    org.oscim.tiling.ITileDataSource
    Enclosing class:
    BitmapTileSource

    public class BitmapTileSource.BitmapTileDataSource
    extends java.lang.Object
    implements org.oscim.tiling.ITileDataSource
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.oscim.tiling.source.UrlTileSource mTileSource  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()  
      void dispose()  
      void query​(org.oscim.layers.tile.MapTile tile, org.oscim.tiling.ITileDataSink sink)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mTileSource

        protected final org.oscim.tiling.source.UrlTileSource mTileSource
    • Constructor Detail

      • BitmapTileDataSource

        public BitmapTileDataSource​(BitmapTileSource bitmapTileSource)
    • Method Detail

      • query

        public void query​(org.oscim.layers.tile.MapTile tile,
                          org.oscim.tiling.ITileDataSink sink)
        Specified by:
        query in interface org.oscim.tiling.ITileDataSource
      • dispose

        public void dispose()
        Specified by:
        dispose in interface org.oscim.tiling.ITileDataSource
      • cancel

        public void cancel()
        Specified by:
        cancel in interface org.oscim.tiling.ITileDataSource