PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int rt_band_check_is_nodata | ( | rt_band | band | ) |
Returns TRUE if the band is only nodata values.
band | : the band to get info from |
Definition at line 1619 of file rt_band.c.
References ES_NONE, FALSE, rt_band_t::hasnodata, rt_band_t::height, rt_band_t::isnodata, rt_band_t::nodataval, RASTER_DEBUG, rt_band_get_pixel(), rterror(), TRUE, and rt_band_t::width.
Referenced by convert_raster(), RASTER_bandIsNoData(), RASTER_setBandNoDataValue(), test_band_metadata(), and test_raster_to_gdal().