Class TPKTile


  • public class TPKTile
    extends Object
    Tile object returned to the reader
    • Field Detail

      • zoomLevel

        public long zoomLevel
      • col

        public long col
      • row

        public long row
      • imageFormat

        public String imageFormat
      • tileData

        public byte[] tileData
      • bundleNum

        public int bundleNum
    • Constructor Detail

      • TPKTile

        public TPKTile​(long zoomLevel,
                       long col,
                       long row,
                       String imageFormat,
                       TPKTile.TileInfo tileInfo,
                       int bundleNum)
    • Method Detail

      • setTileData

        public void setTileData​(byte[] tileData)