PostGIS  3.7.0dev-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 480 of file rt_band.c.

480  {
481  assert(NULL != band);
482  return band->offline ? 1 : 0;
483 }
band
Definition: ovdump.py:58

References ovdump::band.

Referenced by _rt_raster_geotransform_warn_offline_band(), raster_destroy(), RASTER_getBandFileSize(), RASTER_getBandFileTimestamp(), RASTER_setBandPath(), RASTER_tile(), test_band_metadata(), test_band_new_offline_from_path(), and test_raster_wkb().

Here is the caller graph for this function: