ee.ImageCollection.and
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ลดคอลเล็กชันรูปภาพโดยตั้งค่าแต่ละพิกเซลเป็น 1 หากและต่อเมื่อค่าที่ไม่ใช่มาสก์ทั้งหมดที่พิกเซลนั้นไม่ใช่ 0 ในกองซ้อนของแถบที่ตรงกันทั้งหมด ระบบจะจับคู่วงดนตรีตามชื่อ
การใช้งาน | การคืนสินค้า |
---|
ImageCollection.and() | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ collection | ImageCollection | คอลเล็กชันรูปภาพที่จะลด |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]