PostGIS  2.5.7dev-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 329 of file rt_band.c.

329  {
330  assert(NULL != band);
331  return band->offline ? 1 : 0;
332 }
band
Definition: ovdump.py:57

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: