Package gov.nasa.worldwind.ogc.gpkg
Class GpkgTileUserData
- java.lang.Object
-
- gov.nasa.worldwind.ogc.gpkg.GpkgEntry
-
- gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
public class GpkgTileUserData extends GpkgEntry
-
-
Constructor Summary
Constructors Constructor Description GpkgTileUserData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class gov.nasa.worldwind.ogc.gpkg.GpkgEntry
getContainer, setContainer
-
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getZoomLevel
public int getZoomLevel()
-
setZoomLevel
public void setZoomLevel(int leve)
-
getTileColumn
public int getTileColumn()
-
setTileColumn
public void setTileColumn(int column)
-
getTileRow
public int getTileRow()
-
setTileRow
public void setTileRow(int row)
-
getTileData
public byte[] getTileData()
-
setTileData
public void setTileData(byte[] data)
-
-