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 TImageCoverageData. createImage(TileRow tileRow)Create a coverage data imageCoverageDataPngImageCoverageDataPng. createImage(TileRow tileRow)Create a coverage data imageCoverageDataTiffImageCoverageDataTiff. createImage(TileRow tileRow)Create a coverage data imageabstract doubleCoverageData. getValue(GriddedTile griddedTile, TileRow tileRow, int x, int y)Get the coverage data value of the pixel in the tile row imagedoubleCoverageData. getValue(TileRow tileRow, int x, int y)Get the coverage data value of the pixel in the tile row imagedoubleCoverageDataPng. getValue(GriddedTile griddedTile, TileRow tileRow, int x, int y)Get the coverage data value of the pixel in the tile row imagedoubleCoverageDataTiff. 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 TileRowTileRow. copy()Copy the rowTileRowTileResultSet. getRow(int[] columnTypes, Object[] values)TileRowTileDao. newRow()TileRowTileDao. 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
-