public int ImportFromProj4(string ppszInput) { int ret = OsrPINVOKE.SpatialReference_ImportFromProj4(swigCPtr, ppszInput); if (OsrPINVOKE.SWIGPendingException.Pending) { throw OsrPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }