public class TileMatrixTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_MAX_LEVEL |
static String |
COLUMN_MIN_LEVEL |
static String |
COLUMN_TABLE_NAME |
static String |
COLUMN_TMS_ID |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
TileMatrixTable() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxLevel() |
long |
getMinLevel() |
String |
getTableName() |
ExtTileMatrixSet |
getTms() |
Long |
getTmsId() |
void |
setMaxLevel(long maxLevel) |
void |
setMinLevel(long minLevel) |
void |
setTableName(String tableName) |
void |
setTms(ExtTileMatrixSet tms) |
public static final String TABLE_NAME
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_TMS_ID
public static final String COLUMN_MIN_LEVEL
public static final String COLUMN_MAX_LEVEL
public String getTableName()
public void setTableName(String tableName)
public ExtTileMatrixSet getTms()
public void setTms(ExtTileMatrixSet tms)
public Long getTmsId()
public long getMaxLevel()
public void setMaxLevel(long maxLevel)
public long getMinLevel()
public void setMinLevel(long minLevel)
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.