public int ImportFromEPSG(int arg)
        {
            int ret = OsrPINVOKE.SpatialReference_ImportFromEPSG(swigCPtr, arg);

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