ee.ImageCollection.union
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ผสานรูปทรงเรขาคณิตทั้งหมดในคอลเล็กชันที่กำหนดเป็นรูปทรงเดียว และแสดงผลคอลเล็กชันที่มีฟีเจอร์เดียวซึ่งมีเฉพาะรหัส "union_result" และรูปทรงเรขาคณิต
การใช้งาน | การคืนสินค้า |
---|
ImageCollection.union(maxError) | FeatureCollection |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ collection | FeatureCollection | กำลังผสานคอลเล็กชัน |
maxError | ErrorMargin, ค่าเริ่มต้น: null | ข้อผิดพลาดสูงสุดที่อนุญาตเมื่อทำการฉายซ้ำที่จำเป็น หากไม่ได้ระบุไว้ ระบบจะใช้ค่าเริ่มต้นเป็นขอบเขตข้อผิดพลาดที่ขอจากเอาต์พุต |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\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. |"]]