Class TPKTile.TileInfo

  • Enclosing class:
    TPKTile

    public static class TPKTile.TileInfo
    extends Object
    Temporary utility object to keep tile location/length info

    Note that in a V1 cache only the tileDataOffset field is utilized as the length is stored at that location (32-bit int) and the actual tile data is at tileDataOffset+4

    In a V2 cache both fields are used and populated directly from the tile's index entry

    • Method Summary

      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait