public class TileMatrixVariableWidths extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_COALESCE |
static String |
COLUMN_ID |
static String |
COLUMN_MAX_ROW |
static String |
COLUMN_MIN_ROW |
static String |
COLUMN_TM_ID |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
TileMatrixVariableWidths() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCoalesce() |
long |
getId() |
long |
getMaxRow() |
long |
getMinRow() |
ExtTileMatrix |
getTm() |
long |
getTmsId() |
void |
setCoalesce(long coalesce) |
void |
setId(long id) |
void |
setMaxRow(long maxRow) |
void |
setMinRow(long minRow) |
void |
setTm(ExtTileMatrix tm) |
void |
setTmsId(long tmsId) |
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_TM_ID
public static final String COLUMN_MIN_ROW
public static final String COLUMN_MAX_ROW
public static final String COLUMN_COALESCE
public long getId()
public void setId(long id)
public ExtTileMatrix getTm()
public void setTm(ExtTileMatrix tm)
public long getTmsId()
public void setTmsId(long tmsId)
public long getMaxRow()
public void setMaxRow(long maxRow)
public long getMinRow()
public void setMinRow(long minRow)
public long getCoalesce()
public void setCoalesce(long coalesce)
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.