ui.Thumbnail.getImage
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผล ee.Image สำหรับภาพขนาดย่อ
การใช้งาน | การคืนสินค้า |
---|
Thumbnail.getImage() | รูปภาพ|ImageCollection |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.thumbnail | ui.Thumbnail | อินสแตนซ์ ui.Thumbnail |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003egetImage\u003c/code\u003e function, when called on a \u003ccode\u003eui.Thumbnail\u003c/code\u003e instance, retrieves the image associated with that thumbnail.\u003c/p\u003e\n"],["\u003cp\u003eThe retrieved image can be an \u003ccode\u003eee.Image\u003c/code\u003e object or an \u003ccode\u003eee.ImageCollection\u003c/code\u003e, depending on the thumbnail's content.\u003c/p\u003e\n"]]],["The `Thumbnail.getImage()` method retrieves the underlying `ee.Image` or `ee.ImageCollection` used to generate a thumbnail. It takes a `ui.Thumbnail` instance as input, specified as `this: ui.thumbnail`. The output is either an `Image` or `ImageCollection`, representing the data from which the thumbnail is derived. This allows access to the original imagery.\n"],null,["# ui.Thumbnail.getImage\n\n\u003cbr /\u003e\n\nReturns the ee.Image for the thumbnail.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|------------------------|\n| Thumbnail.getImage`()` | Image\\|ImageCollection |\n\n| Argument | Type | Details |\n|----------------------|--------------|----------------------------|\n| this: `ui.thumbnail` | ui.Thumbnail | The ui.Thumbnail instance. |"]]