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

◆ rt_util_gdal_register_all()

int rt_util_gdal_register_all ( int  force_register_all)

Definition at line 444 of file rt_util.c.

444 {
445 static int registered = 0;
446
447 if (registered && !force_register_all) {
448 RASTER_DEBUG(3, "Already called once... not calling GDALAllRegister");
449 return 0;
450 }
451
452 RASTER_DEBUG(3, "Calling GDALAllRegister");
453 GDALAllRegister();
454 registered = 1;
455
456 return 1;
457}
#define RASTER_DEBUG(level, msg)
Definition librtcore.h:304

References RASTER_DEBUG.

Referenced by RASTER_addBandOutDB(), RASTER_fromGDALRaster(), rt_band_load_offline_data(), rt_band_new_offline_from_path(), rt_raster_gdal_drivers(), rt_raster_gdal_polygonize(), rt_raster_to_gdal(), rtpg_assignHookGDALEnabledDrivers(), and test_util_gdal_open().

Here is the caller graph for this function: