PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
rt_util_gdal_version()
const char* rt_util_gdal_version
(
const char *
request
)
Definition at line
193
of file
rt_util.c
.
193
{
194
if
(NULL == request || !strlen(request))
195
return
GDALVersionInfo(
"RELEASE_NAME"
);
196
else
197
return
GDALVersionInfo(request);
198
}
Referenced by
RASTER_gdal_version()
.
Here is the caller graph for this function:
raster
rt_core
rt_util.c
Generated by
1.9.1