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

◆ rt_util_gdal_configured()

int rt_util_gdal_configured ( void  )

Definition at line 425 of file rt_util.c.

425 {
426
427 /* set of EPSG codes */
428 if (!rt_util_gdal_supported_sr("EPSG:4326"))
429 return 0;
430 if (!rt_util_gdal_supported_sr("EPSG:4269"))
431 return 0;
432 if (!rt_util_gdal_supported_sr("EPSG:4267"))
433 return 0;
434 if (!rt_util_gdal_supported_sr("EPSG:3310"))
435 return 0;
436
437 return 1;
438}
int rt_util_gdal_supported_sr(const char *srs)
Definition rt_util.c:353

References rt_util_gdal_supported_sr().

Referenced by RASTER_gdal_version(), and test_gdal_configured().

Here is the call graph for this function:
Here is the caller graph for this function: