public double GetProjParm(string name, double default_val)
        {
            double ret = OsrPINVOKE.SpatialReference_GetProjParm(swigCPtr, name, default_val);

            if (OsrPINVOKE.SWIGPendingException.Pending)
            {
                throw OsrPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }