public class GriddedTile extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_ID
id field name
|
static String |
COLUMN_MAX
max column
|
static String |
COLUMN_MEAN
mean column
|
static String |
COLUMN_MIN
min column
|
static String |
COLUMN_OFFSET
offset column
|
static String |
COLUMN_SCALE
scale column
|
static String |
COLUMN_STANDARD_DEVIATION
standardDeviation column
|
static String |
COLUMN_TABLE_ID
tableId column
|
static String |
COLUMN_TABLE_NAME
tableName column
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
GriddedTile()
Default Constructor
|
GriddedTile(GriddedTile griddedTile)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
getContents()
Get the contents
|
long |
getId()
Get the id
|
Double |
getMax()
Get the maximum value of this tile
|
Double |
getMean()
Get the arithmetic mean of values in this tile
|
Double |
getMin()
Get the minimum value of this tile
|
double |
getOffset()
Get the offset
|
double |
getScale()
Get the scale
|
Double |
getStandardDeviation()
Get the standard deviation of values in this tile
|
long |
getTableId()
Get the table id
|
String |
getTableName()
Get the name of tile pyramid user data table
|
void |
setContents(Contents contents)
Set the contents
|
void |
setMax(Double max)
Set the maximum value of this tile
|
void |
setMean(Double mean)
Set the arithmetic mean of values in this tile
|
void |
setMin(Double min)
Set the minimum value of this tile
|
void |
setOffset(double offset)
Set the offset
|
void |
setScale(double scale)
Set the scale
|
void |
setStandardDeviation(Double standardDeviation)
Set the standard deviation of values in this tile
|
void |
setTableId(long tableId)
Set the table id
|
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_TABLE_ID
public static final String COLUMN_SCALE
public static final String COLUMN_OFFSET
public static final String COLUMN_MIN
public static final String COLUMN_MAX
public static final String COLUMN_MEAN
public static final String COLUMN_STANDARD_DEVIATION
public GriddedTile()
public GriddedTile(GriddedTile griddedTile)
griddedTile - gridded tile to copypublic long getId()
public Contents getContents()
public void setContents(Contents contents)
contents - contentspublic String getTableName()
public long getTableId()
public void setTableId(long tableId)
tableId - table idpublic 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 getMin()
public void setMin(Double min)
min - minimum value of this tilepublic Double getMax()
public void setMax(Double max)
max - maximum value of this tilepublic Double getMean()
public void setMean(Double mean)
mean - arithmetic mean of values in this tilepublic Double getStandardDeviation()
public void setStandardDeviation(Double standardDeviation)
standardDeviation - standard deviation of values in this tileCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.