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 class
TPKTile.TileInfo
Temporary utility object to keep tile location/length infostatic class
TPKTile.TPKTileSorter
Sort comparator -- sorts tiles by bundle and then the tile data offset
-
Field Summary
Fields Modifier and Type Field Description int
bundleNum
long
col
String
imageFormat
long
row
byte[]
tileData
TPKTile.TileInfo
tileInfo
long
zoomLevel
-
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 void
setTileData(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)
-
-