PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void rt_band_set_hasnodata_flag | ( | rt_band | band, |
int | flag | ||
) |
Set hasnodata flag value.
band | : the band on which to set the hasnodata flag |
flag | : the new hasnodata flag value. Must be 1 or 0. |
Definition at line 548 of file rt_band.c.
References rt_band_t::hasnodata, rt_band_t::isnodata, and RASTER_DEBUG.
Referenced by RASTER_setBandNoDataValue(), and test_band_metadata().