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 intgetId()intgetTileColumn()byte[]getTileData()intgetTileRow()intgetZoomLevel()voidsetId(int id)voidsetTileColumn(int column)voidsetTileData(byte[] data)voidsetTileRow(int row)voidsetZoomLevel(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)
-
-