PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ rt_util_gdal_configured()

int rt_util_gdal_configured ( void  )

Definition at line 315 of file rt_util.c.

315  {
316 
317  /* set of EPSG codes */
318  if (!rt_util_gdal_supported_sr("EPSG:4326"))
319  return 0;
320  if (!rt_util_gdal_supported_sr("EPSG:4269"))
321  return 0;
322  if (!rt_util_gdal_supported_sr("EPSG:4267"))
323  return 0;
324  if (!rt_util_gdal_supported_sr("EPSG:3310"))
325  return 0;
326  if (!rt_util_gdal_supported_sr("EPSG:2163"))
327  return 0;
328 
329  return 1;
330 }
int rt_util_gdal_supported_sr(const char *srs)
Definition: rt_util.c:243

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: