226 OGRSpatialReferenceH hsrs;
231 hsrs = OSRNewSpatialReference(NULL);
232 if (OSRSetFromUserInput(hsrs, srs) == OGRERR_NONE) {
234 OSRExportToProj4(hsrs, &rtn);
236 OSRExportToWkt(hsrs, &rtn);
239 rterror(
"rt_util_gdal_convert_sr: Could not process the provided srs: %s", srs);
243 OSRDestroySpatialReference(hsrs);
245 rterror(
"rt_util_gdal_convert_sr: Could not process the provided srs: %s", srs);
void rterror(const char *fmt,...) __attribute__((format(printf
Wrappers used for reporting errors and info.