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
|