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 int
getMatrixHeight()
int
getMatrixWidth()
double
getPixelXSize()
double
getPixelYSize()
java.lang.String
getTableName()
int
getTileHeight()
int
getTileWidth()
int
getZoomLevel()
void
setMatrixHeight(int height)
void
setMatrixWidth(int width)
void
setPixelXSize(double xSize)
void
setPixelYSize(double ySize)
void
setTableName(java.lang.String name)
void
setTileHeight(int height)
void
setTileWidth(int width)
void
setZoomLevel(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)
-
-