Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ui.Thumbnail.getImage
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menampilkan ee.Image untuk thumbnail.
Penggunaan | Hasil |
---|
Thumbnail.getImage() | Gambar|ImageCollection |
Argumen | Jenis | Detail |
---|
ini: ui.thumbnail | ui.Thumbnail | Instance ui.Thumbnail. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]