PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
rt_util_gdal_version()
const char* rt_util_gdal_version
(
const char *
request
)
Definition at line
186
of file
rt_util.c
.
186
{
187
if
(NULL == request || !strlen(request))
188
return
GDALVersionInfo(
"RELEASE_NAME"
);
189
else
190
return
GDALVersionInfo(request);
191
}
Referenced by
RASTER_gdal_version()
.
Here is the caller graph for this function:
raster
rt_core
rt_util.c
Generated by
1.9.1