ee.ImageCollection.and
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מצמצמת אוסף תמונות על ידי הגדרת כל פיקסל ל-1 אם ורק אם כל הערכים שלא מוסווים בפיקסל הזה הם לא אפס בכל הערוצים התואמים. ההתאמה של הלהקות נעשית לפי השם.
שימוש | החזרות |
---|
ImageCollection.and() | תמונה |
ארגומנט | סוג | פרטים |
---|
זה: collection | ImageCollection | אוסף התמונות שיצומצם. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\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. |"]]