ee.Image.cat
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
รวมรูปภาพที่ระบุเป็นรูปภาพเดียวซึ่งมีทุกแบนด์จากรูปภาพทั้งหมด
หากวงดนตรีตั้งแต่ 2 วงขึ้นไปใช้ชื่อเดียวกัน ระบบจะต่อท้ายชื่อด้วยดัชนีที่เพิ่มขึ้น
รูปภาพที่ได้จะมีข้อมูลเมตาจากรูปภาพอินพุตแรกเท่านั้น
ฟังก์ชันนี้จะเลื่อนระดับค่าคงที่ให้เป็นรูปภาพคงที่
แสดงผลรูปภาพที่รวมกัน
การใช้งาน | การคืนสินค้า |
---|
ee.Image.cat(var_args) | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
var_args | VarArgs<Image> | รูปภาพที่จะรวม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eCombines multiple images into a single multi-band image containing all original bands.\u003c/p\u003e\n"],["\u003cp\u003eShared band names are distinguished by automatically appending incrementing indices.\u003c/p\u003e\n"],["\u003cp\u003eOutput image inherits metadata solely from the first input image.\u003c/p\u003e\n"],["\u003cp\u003eConstant input values are transformed into constant images within the output.\u003c/p\u003e\n"],["\u003cp\u003eReturns the consolidated multi-band image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.cat\n\n\u003cbr /\u003e\n\nCombines the given images into a single image which contains all bands from all of the images.\n\n\u003cbr /\u003e\n\nIf two or more bands share a name, they are suffixed with an incrementing index.\n\nThe resulting image will have the metadata from the first input image, only.\n\nThis function will promote constant values into constant images.\n\nReturns the combined image.\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ee.Image.cat(var_args)` | Image |\n\n| Argument | Type | Details |\n|------------|------------------|----------------------------|\n| `var_args` | VarArgs\\\u003cImage\\\u003e | The images to be combined. |"]]