إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.List.evaluate
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يستردّ بشكل غير متزامن قيمة هذا العنصر من الخادم ويمرّرها إلى دالة رد الاتصال المقدَّمة.
الاستخدام | المرتجعات |
---|
List.evaluate(callback) | |
الوسيطة | النوع | التفاصيل |
---|
هذا: computedobject | ComputedObject | مثيل ComputedObject |
callback | الوظيفة | دالة بالصيغة function(success, failure)، يتم استدعاؤها عندما يعرض الخادم إجابة. إذا كان الطلب ناجحًا، يحتوي وسيط النجاح على النتيجة التي تم تقييمها. في حال تعذّر تنفيذ الطلب، ستتضمّن وسيطة الفشل رسالة خطأ. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003eList.evaluate\u003c/code\u003e asynchronously retrieves the value of a ComputedObject from the server.\u003c/p\u003e\n"],["\u003cp\u003eThe provided callback function is invoked with the evaluated result or an error message upon completion.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a single argument, \u003ccode\u003ecallback\u003c/code\u003e, which is a function that handles the success or failure of the retrieval.\u003c/p\u003e\n"]]],[],null,["# ee.List.evaluate\n\n\u003cbr /\u003e\n\nAsynchronously retrieves the value of this object from the server and passes it to the provided callback function.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------|---------|\n| List.evaluate`(callback)` | |\n\n| Argument | Type | Details |\n|------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `computedobject` | ComputedObject | The ComputedObject instance. |\n| `callback` | Function | A function of the form function(success, failure), called when the server returns an answer. If the request succeeded, the success argument contains the evaluated result. If the request failed, the failure argument will contains an error message. |"]]