Package gov.nasa.worldwind.ogc.gpkg
Class GpkgTileMatrix
- java.lang.Object
-
- gov.nasa.worldwind.ogc.gpkg.GpkgEntry
-
- gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
public class GpkgTileMatrix extends GpkgEntry
-
-
Constructor Summary
Constructors Constructor Description GpkgTileMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMatrixHeight()intgetMatrixWidth()doublegetPixelXSize()doublegetPixelYSize()java.lang.StringgetTableName()intgetTileHeight()intgetTileWidth()intgetZoomLevel()voidsetMatrixHeight(int height)voidsetMatrixWidth(int width)voidsetPixelXSize(double xSize)voidsetPixelYSize(double ySize)voidsetTableName(java.lang.String name)voidsetTileHeight(int height)voidsetTileWidth(int width)voidsetZoomLevel(int level)-
Methods inherited from class gov.nasa.worldwind.ogc.gpkg.GpkgEntry
getContainer, setContainer
-
-
-
-
Method Detail
-
getTableName
public java.lang.String getTableName()
-
setTableName
public void setTableName(java.lang.String name)
-
getZoomLevel
public int getZoomLevel()
-
setZoomLevel
public void setZoomLevel(int level)
-
getMatrixWidth
public int getMatrixWidth()
-
setMatrixWidth
public void setMatrixWidth(int width)
-
getMatrixHeight
public int getMatrixHeight()
-
setMatrixHeight
public void setMatrixHeight(int height)
-
getTileWidth
public int getTileWidth()
-
setTileWidth
public void setTileWidth(int width)
-
getTileHeight
public int getTileHeight()
-
setTileHeight
public void setTileHeight(int height)
-
getPixelXSize
public double getPixelXSize()
-
setPixelXSize
public void setPixelXSize(double xSize)
-
getPixelYSize
public double getPixelYSize()
-
setPixelYSize
public void setPixelYSize(double ySize)
-
-