PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
rt_errorstate rt_band_get_ext_band_num | ( | rt_band | band, |
uint8_t * | bandnum | ||
) |
Return bands' external band number (only valid when rt_band_is_offline returns non-zero).
band | : the band |
bandnum | : external band number (0-based) |
Definition at line 278 of file rt_band.c.
References rt_band_t::data, ES_ERROR, ES_NONE, rt_band_t::offline, and RASTER_DEBUG.
Referenced by RASTER_tile(), test_band_metadata(), and test_raster_wkb().