PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ rt_util_gdal_configured()

int rt_util_gdal_configured ( void  )

Definition at line 317 of file rt_util.c.

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

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: