إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Reducer.setOutputs
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض هذه الدالة Reducer مع المدخلات نفسها التي تمّ تقديمها إلى Reducer، ولكن مع إعادة تسمية المخرجات و/أو إزالتها.
الاستخدام | المرتجعات |
---|
Reducer.setOutputs(outputs) | Reducer |
الوسيطة | النوع | التفاصيل |
---|
هذا: reducer | Reducer | |
outputs | قائمة | أسماء النتائج الجديدة، وسيتم تجاهل أي نتيجة يكون اسمها فارغًا أو بقيمة فارغة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eAllows modification of a Reducer's outputs by renaming or removing them.\u003c/p\u003e\n"],["\u003cp\u003eEmploys the \u003ccode\u003esetOutputs\u003c/code\u003e method, accepting a list of new output names.\u003c/p\u003e\n"],["\u003cp\u003eOutputs with null or empty names specified in the list are removed from the Reducer.\u003c/p\u003e\n"],["\u003cp\u003eReturns a new Reducer instance with the adjusted outputs, leaving the original Reducer unchanged.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.setOutputs\n\nReturns a Reducer with the same inputs as the given Reducer, but with outputs renamed and/or removed.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------|---------|\n| Reducer.setOutputs`(outputs)` | Reducer |\n\n| Argument | Type | Details |\n|-----------------|---------|-------------------------------------------------------------------------------|\n| this: `reducer` | Reducer | |\n| `outputs` | List | The new output names; any output whose name is null or empty will be dropped. |"]]