PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ rt_util_gdal_configured()

int rt_util_gdal_configured ( void  )

Definition at line 318 of file rt_util.c.

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

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: