Class GeoPackageTile
java.lang.Object
mil.nga.geopackage.tiles.retriever.GeoPackageTile
GeoPackage tile wrapper containing tile dimensions and raw image bytes
- Since:
- 1.2.0
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
width
public final int widthTile width -
height
public final int heightTile height -
data
public final byte[] dataImage bytes
-
-
Constructor Details
-
GeoPackageTile
public GeoPackageTile(int width, int height, byte[] data) Constructor- Parameters:
width
- tile widthheight
- tile heightdata
- tile bytes
-
-
Method Details
-
getWidth
public int getWidth()Get width- Returns:
- width
-
getHeight
public int getHeight()Get height- Returns:
- height
-
getData
public byte[] getData()Get image data- Returns:
- image data
-
getBitmap
Get image bitmap- Returns:
- image bitmap
- Since:
- 6.0.0
-