Uses of Class
mil.nga.geopackage.tiles.user.TileRow
-
Packages that use TileRow Package Description mil.nga.geopackage.extension.coverage mil.nga.geopackage.tiles.user -
-
Uses of TileRow in mil.nga.geopackage.extension.coverage
Methods in mil.nga.geopackage.extension.coverage with parameters of type TileRow Modifier and Type Method Description abstract TImage
CoverageData. createImage(TileRow tileRow)
Create a coverage data imageCoverageDataPngImage
CoverageDataPng. createImage(TileRow tileRow)
Create a coverage data imageCoverageDataTiffImage
CoverageDataTiff. createImage(TileRow tileRow)
Create a coverage data imageabstract double
CoverageData. getValue(GriddedTile griddedTile, TileRow tileRow, int x, int y)
Get the coverage data value of the pixel in the tile row imagedouble
CoverageData. getValue(TileRow tileRow, int x, int y)
Get the coverage data value of the pixel in the tile row imagedouble
CoverageDataPng. getValue(GriddedTile griddedTile, TileRow tileRow, int x, int y)
Get the coverage data value of the pixel in the tile row imagedouble
CoverageDataTiff. getValue(GriddedTile griddedTile, TileRow tileRow, int x, int y)
Get the coverage data value of the pixel in the tile row imageConstructors in mil.nga.geopackage.extension.coverage with parameters of type TileRow Constructor Description CoverageDataPngImage(TileRow tileRow)
ConstructorCoverageDataTiffImage(TileRow tileRow)
Constructor, used for reading a TIFF -
Uses of TileRow in mil.nga.geopackage.tiles.user
Methods in mil.nga.geopackage.tiles.user that return TileRow Modifier and Type Method Description TileRow
TileRow. copy()
Copy the rowTileRow
TileResultSet. getRow(int[] columnTypes, Object[] values)
TileRow
TileDao. newRow()
TileRow
TileDao. queryForTile(long column, long row, long zoomLevel)
Query for a TileConstructors in mil.nga.geopackage.tiles.user with parameters of type TileRow Constructor Description TileRow(TileRow tileRow)
Copy Constructor
-