public class GriddedCoverage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_DATA_NULL
dataNull column
|
static String |
COLUMN_DATATYPE
datatype column
|
static String |
COLUMN_FIELD_NAME
fieldName column
|
static String |
COLUMN_GRID_CELL_ENCODING
gridCellEncoding column
|
static String |
COLUMN_ID
id field name
|
static String |
COLUMN_OFFSET
offset column
|
static String |
COLUMN_PRECISION
precision column
|
static String |
COLUMN_QUANTITY_DEFINITION
quantityDefinition column
|
static String |
COLUMN_SCALE
scale column
|
static String |
COLUMN_TILE_MATRIX_SET_NAME
tileMatrixSetName column
|
static String |
COLUMN_UOM
uom column
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
GriddedCoverage()
Default Constructor
|
GriddedCoverage(GriddedCoverage griddedCoverage)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getDataNull()
Get the value that indicates NULL
|
GriddedCoverageDataType |
getDataType()
Get the data type
|
String |
getFieldName()
Get the field name
|
String |
getGridCellEncoding()
Get the grid cell encoding
|
GriddedCoverageEncodingType |
getGridCellEncodingType()
Get the grid cell encoding type
|
long |
getId()
Get the id
|
double |
getOffset()
Get the offset
|
double |
getPrecision()
Get the precision
|
String |
getQuantityDefinition()
Get the quantity definition
|
double |
getScale()
Get the scale
|
TileMatrixSet |
getTileMatrixSet()
Get the tile matrix set
|
String |
getTileMatrixSetName()
Get the tile matrix set name
|
String |
getUom()
Get the units of measure
|
void |
setDataNull(Double dataNull)
Set the value that indicates NULL
|
void |
setDataType(GriddedCoverageDataType datatype)
Set the data type
|
void |
setFieldName(String fieldName)
Set the field name
|
void |
setGridCellEncoding(String gridCellEncoding)
Set the grid cell encoding
|
void |
setGridCellEncodingType(GriddedCoverageEncodingType encodingtype)
Set the grid cell encoding type
|
void |
setOffset(double offset)
Set the offset
|
void |
setPrecision(Double precision)
Set the precision
|
void |
setQuantityDefinition(String quantityDefinition)
Set the quantity definition
|
void |
setScale(double scale)
Set the scale
|
void |
setTileMatrixSet(TileMatrixSet tileMatrixSet)
Set the tile matrix set
|
void |
setUom(String uom)
Set the units of measure
|
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_TILE_MATRIX_SET_NAME
public static final String COLUMN_DATATYPE
public static final String COLUMN_SCALE
public static final String COLUMN_OFFSET
public static final String COLUMN_PRECISION
public static final String COLUMN_DATA_NULL
public static final String COLUMN_GRID_CELL_ENCODING
public static final String COLUMN_UOM
public static final String COLUMN_FIELD_NAME
public static final String COLUMN_QUANTITY_DEFINITION
public GriddedCoverage()
public GriddedCoverage(GriddedCoverage griddedCoverage)
griddedCoverage - gridded coverage to copypublic long getId()
public TileMatrixSet getTileMatrixSet()
public void setTileMatrixSet(TileMatrixSet tileMatrixSet)
tileMatrixSet - tile matrix setpublic String getTileMatrixSetName()
public GriddedCoverageDataType getDataType()
public void setDataType(GriddedCoverageDataType datatype)
datatype - data typepublic double getScale()
public void setScale(double scale)
scale - scale as a multiple relative to the unit of measurepublic double getOffset()
public void setOffset(double offset)
offset - offset to the 0 valuepublic double getPrecision()
public void setPrecision(Double precision)
precision - smallest value that has meaning for this datasetpublic Double getDataNull()
public void setDataNull(Double dataNull)
dataNull - value that indicates NULLpublic GriddedCoverageEncodingType getGridCellEncodingType()
public void setGridCellEncodingType(GriddedCoverageEncodingType encodingtype)
encodingtype - grid cell encoding typepublic String getGridCellEncoding()
public void setGridCellEncoding(String gridCellEncoding)
gridCellEncoding - grid cell encodingpublic String getUom()
public void setUom(String uom)
uom - units of measurepublic String getFieldName()
public void setFieldName(String fieldName)
fieldName - field namepublic String getQuantityDefinition()
public void setQuantityDefinition(String quantityDefinition)
quantityDefinition - quantity definitionCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.