PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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 488 of file rt_band.c.

488 {
489 assert(NULL != band);
490 return band->offline ? 1 : 0;
491}

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: