| Package | Description |
|---|---|
| mil.nga.geopackage.extension.elevation |
| Modifier and Type | Method and Description |
|---|---|
GriddedTile |
ElevationTilesCore.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> |
ElevationTilesCore.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 |
ElevationTilesCore.getBicubicInterpolationElevation(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 elevation
|
protected Double |
ElevationTilesCore.getBilinearInterpolationElevation(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 elevation
|
Double |
ElevationTilesCore.getElevationValue(GriddedTile griddedTile,
float pixelValue)
Get the elevation value for the pixel value
|
Double |
ElevationTilesCore.getElevationValue(GriddedTile griddedTile,
int unsignedPixelValue)
Get the elevation value for the unsigned short pixel value
|
Double |
ElevationTilesCore.getElevationValue(GriddedTile griddedTile,
short pixelValue)
Get the elevation value for the "unsigned short" pixel value
|
abstract Double |
ElevationTilesCore.getElevationValue(GriddedTile griddedTile,
TImage image,
int x,
int y)
Get the elevation value from the image at the coordinate
|
Double[] |
ElevationTilesCore.getElevationValues(GriddedTile griddedTile,
float[] pixelValues)
Get the elevation values from the pixel values
|
Double[] |
ElevationTilesCore.getElevationValues(GriddedTile griddedTile,
int[] unsignedPixelValues)
Get the elevation values from the "unsigned short" pixel values
|
Double[] |
ElevationTilesCore.getElevationValues(GriddedTile griddedTile,
short[] pixelValues)
Get the elevation values from the "unsigned short" pixel values
|
float |
ElevationTilesCore.getFloatPixelValue(GriddedTile griddedTile,
Double elevation)
Get the pixel value of the elevation
|
protected Double |
ElevationTilesCore.getNearestNeighborElevation(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 elevation
|
short |
ElevationTilesCore.getPixelValue(GriddedTile griddedTile,
Double elevation)
Get the "unsigned short" pixel value of the elevation
|
int |
ElevationTilesCore.getUnsignedPixelValue(GriddedTile griddedTile,
Double elevation)
Get the unsigned 16 bit integer pixel value of the elevation
|
| Constructor and Description |
|---|
GriddedTile(GriddedTile griddedTile)
Copy Constructor
|
| Constructor and Description |
|---|
GriddedTileDao(ConnectionSource connectionSource,
Class<GriddedTile> dataClass)
Constructor, required by ORMLite
|
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.