Package org.geotools.tpk
Class TPKTile
Object
TPKTile
Tile object returned to the reader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Temporary utility object to keep tile location/length infostatic class
Sort comparator -- sorts tiles by bundle and then the tile data offset -
Field Summary
FieldsModifier and TypeFieldDescriptionint
long
long
byte[]
long
-
Constructor Summary
ConstructorsConstructorDescriptionTPKTile
(long zoomLevel, long col, long row, String imageFormat, TPKTile.TileInfo tileInfo, int bundleNum) -
Method Summary
-
Field Details
-
zoomLevel
public long zoomLevel -
col
public long col -
row
public long row -
imageFormat
-
tileData
public byte[] tileData -
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)
-