PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rt_util_gdal_configured()

int rt_util_gdal_configured ( void  )

Definition at line 321 of file rt_util.c.

321  {
322 
323  /* set of EPSG codes */
324  if (!rt_util_gdal_supported_sr("EPSG:4326"))
325  return 0;
326  if (!rt_util_gdal_supported_sr("EPSG:4269"))
327  return 0;
328  if (!rt_util_gdal_supported_sr("EPSG:4267"))
329  return 0;
330  if (!rt_util_gdal_supported_sr("EPSG:3310"))
331  return 0;
332  if (!rt_util_gdal_supported_sr("EPSG:2163"))
333  return 0;
334 
335  return 1;
336 }
int rt_util_gdal_supported_sr(const char *srs)
Definition: rt_util.c:249

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: