إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.ImageCollection.and
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يقلّل مجموعة صور من خلال ضبط كل بكسل على 1 إذا كانت جميع القيم غير المقنّعة في هذا البكسل غير صفرية في حزمة جميع النطاقات المتطابقة فقط. تتم مطابقة الفرق الموسيقية حسب الاسم.
الاستخدام | المرتجعات |
---|
ImageCollection.and() | صورة |
الوسيطة | النوع | التفاصيل |
---|
هذا: collection | ImageCollection | مجموعة الصور التي سيتم تقليلها. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eReduces an image collection by evaluating all matching bands at each pixel.\u003c/p\u003e\n"],["\u003cp\u003eA pixel is set to 1 only if all corresponding non-masked band values are non-zero across the collection.\u003c/p\u003e\n"],["\u003cp\u003eBands with the same name are considered matching bands for this reduction.\u003c/p\u003e\n"],["\u003cp\u003eReturns a single image representing the logical AND reduction of the input image collection.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.and\n\nReduces an image collection by setting each pixel to 1 if and only if all the non-masked values at that pixel are non-zero across the stack of all matching bands. Bands are matched by name.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------|---------|\n| ImageCollection.and`()` | Image |\n\n| Argument | Type | Details |\n|--------------------|-----------------|---------------------------------|\n| this: `collection` | ImageCollection | The image collection to reduce. |"]]