public class GpkgTileUserData extends GpkgEntry
Constructor and Description |
---|
GpkgTileUserData() |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
int |
getTileColumn() |
byte[] |
getTileData() |
int |
getTileRow() |
int |
getZoomLevel() |
void |
setId(int id) |
void |
setTileColumn(int column) |
void |
setTileData(byte[] data) |
void |
setTileRow(int row) |
void |
setZoomLevel(int leve) |
getContainer, setContainer
public int getId()
public void setId(int id)
public int getZoomLevel()
public void setZoomLevel(int leve)
public int getTileColumn()
public void setTileColumn(int column)
public int getTileRow()
public void setTileRow(int row)
public byte[] getTileData()
public void setTileData(byte[] data)