ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.call
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রদত্ত অবস্থানগত আর্গুমেন্ট সহ একটি ফাংশন কল করুন।
বলা ফাংশন প্রতিনিধিত্ব করে একটি বস্তু প্রদান করে। যদি স্বাক্ষর একটি স্বীকৃত রিটার্ন টাইপ নির্দিষ্ট করে, তাহলে প্রত্যাবর্তিত মানটি সেই টাইপের জন্য নিক্ষেপ করা হবে।
ব্যবহার | রিটার্নস | ee.call(func, var_args) | কম্পিউটেড অবজেক্ট |
যুক্তি | টাইপ | বিস্তারিত | func | ফাংশন|স্ট্রিং | কল করার ফাংশন। হয় একটি ee.Function অবজেক্ট অথবা একটি API ফাংশনের নাম। |
var_args | VarArgs<অবজেক্ট> | ফাংশনে পাস করার জন্য অবস্থানগত আর্গুমেন্ট। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003e\u003ccode\u003eee.call()\u003c/code\u003e executes a specified function with provided arguments, returning a \u003ccode\u003eComputedObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a function (as an \u003ccode\u003eee.Function\u003c/code\u003e object or an API function name) and positional arguments.\u003c/p\u003e\n"],["\u003cp\u003eIf the function's signature defines a specific return type, the output is automatically cast to that type.\u003c/p\u003e\n"]]],[],null,["# ee.call\n\n\u003cbr /\u003e\n\nCall a function with the given positional arguments.\n\n\u003cbr /\u003e\n\nReturns an object representing the called function. If the signature specifies a recognized return type, the returned value will be cast to that type.\n\n| Usage | Returns |\n|---------------------------|----------------|\n| `ee.call(func, var_args)` | ComputedObject |\n\n| Argument | Type | Details |\n|------------|-------------------|------------------------------------------------------------------------------------|\n| `func` | Function\\|String | The function to call. Either an ee.Function object or the name of an API function. |\n| `var_args` | VarArgs\\\u003cObject\\\u003e | Positional arguments to pass to the function. |"]]