Class TileDecoder

  • All Implemented Interfaces:
    org.oscim.tiling.source.ITileDecoder

    public class TileDecoder
    extends java.lang.Object
    implements org.oscim.tiling.source.ITileDecoder
    • Constructor Summary

      Constructors 
      Constructor Description
      TileDecoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean decode​(org.oscim.core.Tile tile, org.oscim.tiling.ITileDataSink sink, java.io.InputStream is)  
      • Methods inherited from class java.lang.Object

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

      • TileDecoder

        public TileDecoder()
    • Method Detail

      • decode

        public boolean decode​(org.oscim.core.Tile tile,
                              org.oscim.tiling.ITileDataSink sink,
                              java.io.InputStream is)
        Specified by:
        decode in interface org.oscim.tiling.source.ITileDecoder