public class GeoPackageTile extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data
Image bytes
|
int |
height
Tile height
|
int |
width
Tile width
|
| Constructor and Description |
|---|
GeoPackageTile(int width,
int height,
byte[] data)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Get image data
|
int |
getHeight()
Get height
|
int |
getWidth()
Get width
|
public final int width
public final int height
public final byte[] data