| Package | Description |
|---|---|
| mil.nga.geopackage.extension.coverage |
| Modifier and Type | Method and Description |
|---|---|
protected CoverageDataSourcePixel |
CoverageDataCore.getXSourceMinAndMax(float source)
Get the min, max, and offset of the source X pixel
|
protected CoverageDataSourcePixel |
CoverageDataCore.getYSourceMinAndMax(float source)
Get the min, max, and offset of the source Y pixel
|
| Modifier and Type | Method and Description |
|---|---|
protected Double |
CoverageDataCore.getBicubicInterpolationValue(Double[][] values,
CoverageDataSourcePixel sourcePixelX,
CoverageDataSourcePixel sourcePixelY)
Get the bicubic interpolation coverage data value from the 4 x 4 coverage
data values
|
protected Double |
CoverageDataCore.getBilinearInterpolationValue(CoverageDataSourcePixel sourcePixelX,
CoverageDataSourcePixel sourcePixelY,
Double[][] values)
Get the Bilinear Interpolation coverage data value
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.