PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int rt_band_clamped_value_is_nodata | ( | rt_band | band, |
double | val | ||
) |
Compare clamped value to band's clamped NODATA value.
band | : the band whose NODATA value will be used for comparison |
val | : the value to compare to the NODATA value |
band | : the band whose NODATA value will be used for comparison |
val | : the value to compare to the NODATA value |
Definition at line 1665 of file rt_band.c.
References FLT_EQ, rt_band_t::hasnodata, rt_band_t::nodataval, rt_band_t::pixtype, and rt_pixtype_compare_clamped_values().
Referenced by RASTER_dumpValues(), rt_band_corrected_clamped_value(), rt_band_get_pixel(), and rt_band_set_pixel().