public class TileMatrix extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_ID_1
id 1 field name, tableName
|
static String |
COLUMN_ID_2
id 2 field name, zoomLevel
|
static String |
COLUMN_MATRIX_HEIGHT
matrixHeight field name
|
static String |
COLUMN_MATRIX_WIDTH
matrixWidth field name
|
static String |
COLUMN_PIXEL_X_SIZE
pixelXSize field name
|
static String |
COLUMN_PIXEL_Y_SIZE
pixelYSize field name
|
static String |
COLUMN_TABLE_NAME
tableName field name
|
static String |
COLUMN_TILE_HEIGHT
tileHeight field name
|
static String |
COLUMN_TILE_WIDTH
tileWidth field name
|
static String |
COLUMN_ZOOM_LEVEL
zoomLevel field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
TileMatrix()
Default Constructor
|
TileMatrix(TileMatrix tileMatrix)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
getContents() |
TileMatrixKey |
getId()
Get the tile matrix id
|
long |
getMatrixHeight() |
long |
getMatrixWidth() |
double |
getPixelXSize() |
double |
getPixelYSize() |
String |
getTableName() |
long |
getTileHeight() |
long |
getTileWidth() |
long |
getZoomLevel() |
void |
setContents(Contents contents) |
void |
setId(TileMatrixKey id)
Set the tile matrix id
|
void |
setMatrixHeight(long matrixHeight) |
void |
setMatrixWidth(long matrixWidth) |
void |
setPixelXSize(double pixelXSize) |
void |
setPixelYSize(double pixelYSize) |
void |
setTableName(String tableName) |
void |
setTileHeight(long tileHeight) |
void |
setTileWidth(long tileWidth) |
void |
setZoomLevel(long zoomLevel) |
public static final String TABLE_NAME
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_ZOOM_LEVEL
public static final String COLUMN_ID_1
public static final String COLUMN_ID_2
public static final String COLUMN_MATRIX_WIDTH
public static final String COLUMN_MATRIX_HEIGHT
public static final String COLUMN_TILE_WIDTH
public static final String COLUMN_TILE_HEIGHT
public static final String COLUMN_PIXEL_X_SIZE
public static final String COLUMN_PIXEL_Y_SIZE
public TileMatrix()
public TileMatrix(TileMatrix tileMatrix)
tileMatrix - tile matrix to copypublic TileMatrixKey getId()
public void setId(TileMatrixKey id)
id - idpublic Contents getContents()
public void setContents(Contents contents)
public String getTableName()
public long getZoomLevel()
public void setZoomLevel(long zoomLevel)
public long getMatrixWidth()
public void setMatrixWidth(long matrixWidth)
public long getMatrixHeight()
public void setMatrixHeight(long matrixHeight)
public long getTileWidth()
public void setTileWidth(long tileWidth)
public long getTileHeight()
public void setTileHeight(long tileHeight)
public double getPixelXSize()
public void setPixelXSize(double pixelXSize)
public double getPixelYSize()
public void setPixelYSize(double pixelYSize)
public void setTableName(String tableName)
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.