Package org.geotools.tpk
Class TPKTile
- Object
-
- TPKTile
-
public class TPKTile extends Object
Tile object returned to the reader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTPKTile.TileInfoTemporary utility object to keep tile location/length infostatic classTPKTile.TPKTileSorterSort comparator -- sorts tiles by bundle and then the tile data offset
-
Field Summary
Fields Modifier and Type Field Description intbundleNumlongcolStringimageFormatlongrowbyte[]tileDataTPKTile.TileInfotileInfolongzoomLevel
-
Constructor Summary
Constructors Constructor Description TPKTile(long zoomLevel, long col, long row, String imageFormat, TPKTile.TileInfo tileInfo, int bundleNum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetTileData(byte[] tileData)
-
-
-
Field Detail
-
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 Detail
-
TPKTile
public TPKTile(long zoomLevel, long col, long row, String imageFormat, TPKTile.TileInfo tileInfo, int bundleNum)
-
-