Package org.geotools.tpk


package org.geotools.tpk
  • Class
    Description
    A zoom level consists of 1 or more bundles A bundle is physically always 128 columns by 128 rows but may be "logically" smaller (ie it doesn't necessarily have data for each row/column)
     
     
     
     
     
    Tile object returned to the reader
    Temporary utility object to keep tile location/length info
    Sort comparator -- sorts tiles by bundle and then the tile data offset
    A TPK file contains one or more zoom levels This interface is an abstraction of a zoom level providing the coverage values of the zoom level (minColumn, minRow, maxColumn, maxRow) and the ability to retrieve tiles for a particular coverage in that zoom level.
    TPKZoomLevel interface implementation for ESRI Compact Cache V1 files
    TPKZoomLevel interface implementation for ESRI Compact Cache V2 files