Class TileDecoder

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

    public class TileDecoder
    extends org.oscim.tiling.source.PbfDecoder
    • Field Summary

      • Fields inherited from class org.oscim.tiling.source.PbfDecoder

        buffer, bufferFill, bufferPos, debug, INVALID_PACKED_SIZE, INVALID_VARINT
    • 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 mapDataCallback, java.io.InputStream is)  
      • Methods inherited from class org.oscim.tiling.source.PbfDecoder

        decodeBool, decodeDouble, decodeFloat, decodeInterleavedPoints, decodeInterleavedPoints3D, decodeString, decodeUnsignedVarintArray, decodeVarint32, decodeVarint32Filled, decodeVarint64, decodeVarintArray, deZigZag, error, fillBuffer, hasData, position, readUnsignedInt, setInputStream
      • 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 mapDataCallback,
                              java.io.InputStream is)
                       throws java.io.IOException
        Throws:
        java.io.IOException