PostGIS
2.5.7dev-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 681 of file rt_band.c.
References ovdump::band, and RASTER_DEBUG.
Referenced by RASTER_setBandNoDataValue(), and test_band_metadata().