Package | Description |
---|---|
org.geotools.tpk |
Class and Description |
---|
TPKBundle.SequentialInputFile
This object is used to manage the bundle data file and the bundle index file.
|
TPKReader.ImageFormats |
TPKTile
Tile object returned to the reader
|
TPKTile.TileInfo
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
|
TPKZoomLevel
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.
|
Copyright © 1996–2023 Geotools. All rights reserved.