Package gov.nasa.worldwind.ogc.gpkg
Class GpkgTileMatrixSet
- java.lang.Object
-
- gov.nasa.worldwind.ogc.gpkg.GpkgEntry
-
- gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
public class GpkgTileMatrixSet extends GpkgEntry
-
-
Constructor Summary
Constructors Constructor Description GpkgTileMatrixSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()intgetSrsId()java.lang.StringgetTableName()voidsetMaxX(double x)voidsetMaxY(double y)voidsetMinX(double x)voidsetMinY(double y)voidsetSrsId(int id)voidsetTableName(java.lang.String name)-
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)
-
getSrsId
public int getSrsId()
-
setSrsId
public void setSrsId(int id)
-
getMinX
public double getMinX()
-
setMinX
public void setMinX(double x)
-
getMinY
public double getMinY()
-
setMinY
public void setMinY(double y)
-
getMaxX
public double getMaxX()
-
setMaxX
public void setMaxX(double x)
-
getMaxY
public double getMaxY()
-
setMaxY
public void setMaxY(double y)
-
-