PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rt_band_is_offline()

int rt_band_is_offline ( rt_band  band)

Return non-zero if the given band data is on the filesystem.

Parameters
band: the band
Returns
non-zero if the given band data is on the filesystem.

Definition at line 228 of file rt_band.c.

References rt_band_t::offline.

Referenced by _rt_raster_geotransform_warn_offline_band(), raster_destroy(), RASTER_tile(), test_band_metadata(), and test_raster_wkb().

228  {
229 
230  assert(NULL != band);
231 
232 
233  return band->offline ? 1 : 0;
234 }
int32_t offline
Definition: librtcore.h:2266
Here is the caller graph for this function: