PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ rt_util_gdal_configured()

int rt_util_gdal_configured ( void  )

Definition at line 328 of file rt_util.c.

328  {
329 
330  /* set of EPSG codes */
331  if (!rt_util_gdal_supported_sr("EPSG:4326"))
332  return 0;
333  if (!rt_util_gdal_supported_sr("EPSG:4269"))
334  return 0;
335  if (!rt_util_gdal_supported_sr("EPSG:4267"))
336  return 0;
337  if (!rt_util_gdal_supported_sr("EPSG:3310"))
338  return 0;
339 
340  return 1;
341 }
int rt_util_gdal_supported_sr(const char *srs)
Definition: rt_util.c:256

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: