إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.ImageCollection.union
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تدمج هذه الدالة جميع الأشكال الهندسية في مجموعة معيّنة في شكل هندسي واحد وتعرض مجموعة تحتوي على عنصر واحد فقط يتضمّن المعرّف union_result وشكلاً هندسيًا.
الاستخدام | المرتجعات |
---|
ImageCollection.union(maxError) | FeatureCollection |
الوسيطة | النوع | التفاصيل |
---|
هذا: collection | FeatureCollection | المجموعة التي سيتم دمجها |
maxError | ErrorMargin، القيمة التلقائية: null | الحدّ الأقصى للخطأ المسموح به عند إجراء أي عمليات إعادة إسقاط ضرورية. إذا لم يتم تحديدها، يتم ضبط القيمة التلقائية على هامش الخطأ المطلوب من الناتج. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eCombines all geometries within a FeatureCollection into a single, unified geometry.\u003c/p\u003e\n"],["\u003cp\u003eReturns a new FeatureCollection containing one feature with the merged geometry, identified by 'union_result'.\u003c/p\u003e\n"],["\u003cp\u003eAccepts an optional \u003ccode\u003emaxError\u003c/code\u003e parameter to control the accuracy of reprojections during the merge process.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.union\n\nMerges all geometries in a given collection into one and returns a collection containing a single feature with only an ID of 'union_result' and a geometry.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------|-------------------|\n| ImageCollection.union`(`*maxError*`)` | FeatureCollection |\n\n| Argument | Type | Details |\n|--------------------|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The collection being merged. |\n| `maxError` | ErrorMargin, default: null | The maximum error allowed when performing any necessary reprojections. If not specified, defaults to the error margin requested from the output. |"]]