| Package | Description |
|---|---|
| mil.nga.geopackage.extension.coverage |
| Modifier and Type | Method and Description |
|---|---|
GriddedTile |
CoverageDataCore.getGriddedTile(long tileId)
Get the gridded tile by id
|
GriddedTile |
GriddedTileDao.query(String tableName,
long tileId)
Query by table name and table id
|
| Modifier and Type | Method and Description |
|---|---|
List<GriddedTile> |
CoverageDataCore.getGriddedTile()
Get the gridded tile
|
List<GriddedTile> |
GriddedTileDao.query(Contents contents)
Query by contents
|
List<GriddedTile> |
GriddedTileDao.query(String tableName)
Query by table name
|
| Modifier and Type | Method and Description |
|---|---|
protected Double |
CoverageDataCore.getBicubicInterpolationValue(GriddedTile griddedTile,
TImage image,
Double[][] leftLastColumns,
Double[][] topLeftRows,
Double[][] topRows,
int y,
int x,
float widthRatio,
float heightRatio,
float destTop,
float destLeft,
float srcTop,
float srcLeft)
Get the bicubic interpolation coverage data value
|
protected Double |
CoverageDataCore.getBilinearInterpolationValue(GriddedTile griddedTile,
TImage image,
Double[][] leftLastColumns,
Double[][] topLeftRows,
Double[][] topRows,
int y,
int x,
float widthRatio,
float heightRatio,
float destTop,
float destLeft,
float srcTop,
float srcLeft)
Get the bilinear interpolation coverage data value
|
float |
CoverageDataCore.getFloatPixelValue(GriddedTile griddedTile,
Double value)
Get the pixel value of the coverage data value
|
protected Double |
CoverageDataCore.getNearestNeighborValue(GriddedTile griddedTile,
TImage image,
Double[][] leftLastColumns,
Double[][] topLeftRows,
Double[][] topRows,
int y,
int x,
float widthRatio,
float heightRatio,
float destTop,
float destLeft,
float srcTop,
float srcLeft)
Get the nearest neighbor coverage data value
|
short |
CoverageDataCore.getPixelValue(GriddedTile griddedTile,
Double value)
Get the "unsigned short" pixel value of the coverage data value
|
int |
CoverageDataCore.getUnsignedPixelValue(GriddedTile griddedTile,
Double value)
Get the unsigned 16 bit integer pixel value of the coverage data value
|
Double |
CoverageDataCore.getValue(GriddedTile griddedTile,
float pixelValue)
Get the coverage data value for the pixel value
|
Double |
CoverageDataCore.getValue(GriddedTile griddedTile,
int unsignedPixelValue)
Get the coverage data value for the unsigned short pixel value
|
Double |
CoverageDataCore.getValue(GriddedTile griddedTile,
short pixelValue)
Get the coverage data value for the "unsigned short" pixel value
|
abstract Double |
CoverageDataCore.getValue(GriddedTile griddedTile,
TImage image,
int x,
int y)
Get the coverage data value from the image at the coordinate
|
Double[] |
CoverageDataCore.getValues(GriddedTile griddedTile,
float[] pixelValues)
Get the coverage data values from the pixel values
|
Double[] |
CoverageDataCore.getValues(GriddedTile griddedTile,
int[] unsignedPixelValues)
Get the coverage data values from the "unsigned short" pixel values
|
Double[] |
CoverageDataCore.getValues(GriddedTile griddedTile,
short[] pixelValues)
Get the coverage data values from the "unsigned short" pixel values
|
| Constructor and Description |
|---|
GriddedTile(GriddedTile griddedTile)
Copy Constructor
|
| Constructor and Description |
|---|
GriddedTileDao(com.j256.ormlite.support.ConnectionSource connectionSource,
Class<GriddedTile> dataClass)
Constructor, required by ORMLite
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.