Class TileMatrixTable
- java.lang.Object
-
- mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
-
public class TileMatrixTable extends Object
Describes the tables using a particular tile matrix- Since:
- 4.0.0
- Author:
- jyutzler
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_MAX_LEVELstatic StringCOLUMN_MIN_LEVELstatic StringCOLUMN_TABLE_NAMEstatic StringCOLUMN_TMS_IDstatic StringTABLE_NAME
-
Constructor Summary
Constructors Constructor Description TileMatrixTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMaxLevel()longgetMinLevel()StringgetTableName()ExtTileMatrixSetgetTms()LonggetTmsId()voidsetMaxLevel(long maxLevel)voidsetMinLevel(long minLevel)voidsetTableName(String tableName)voidsetTms(ExtTileMatrixSet tms)
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
COLUMN_TABLE_NAME
public static final String COLUMN_TABLE_NAME
- See Also:
- Constant Field Values
-
COLUMN_TMS_ID
public static final String COLUMN_TMS_ID
- See Also:
- Constant Field Values
-
COLUMN_MIN_LEVEL
public static final String COLUMN_MIN_LEVEL
- See Also:
- Constant Field Values
-
COLUMN_MAX_LEVEL
public static final String COLUMN_MAX_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTableName
public String getTableName()
-
setTableName
public void setTableName(String tableName)
-
getTms
public ExtTileMatrixSet getTms()
-
setTms
public void setTms(ExtTileMatrixSet tms)
-
getTmsId
public Long getTmsId()
-
getMaxLevel
public long getMaxLevel()
-
setMaxLevel
public void setMaxLevel(long maxLevel)
-
getMinLevel
public long getMinLevel()
-
setMinLevel
public void setMinLevel(long minLevel)
-
-