Class TPKTile

Object
TPKTile

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

    • zoomLevel

      public long zoomLevel
    • col

      public long col
    • row

      public long row
    • imageFormat

      public String imageFormat
    • tileData

      public byte[] tileData
    • tileInfo

      public TPKTile.TileInfo tileInfo
    • bundleNum

      public int bundleNum
  • Constructor Details

    • TPKTile

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

    • setTileData

      public void setTileData(byte[] tileData)