public double GetNormProjParm(string name, double default_val)
        {
            double ret = OsrPINVOKE.SpatialReference_GetNormProjParm(swigCPtr, name, default_val);

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