お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ui.Thumbnail.setImage
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
サムネイルの生成に使用する ee.Image を設定します。
このサムネイルを返します。
用途 | 戻り値 |
---|
Thumbnail.setImage(image) | ui.Thumbnail |
引数 | タイプ | 詳細 |
---|
これ: ui.thumbnail | ui.Thumbnail | ui.Thumbnail インスタンス。 |
image | 画像 | サムネイルの生成元となる画像。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003e\u003ccode\u003eThumbnail.setImage()\u003c/code\u003e configures a \u003ccode\u003eui.Thumbnail\u003c/code\u003e instance to display a preview of a specified \u003ccode\u003eee.Image\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe method takes an \u003ccode\u003eee.Image\u003c/code\u003e as input and applies it to the thumbnail for visualization.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the modified \u003ccode\u003eui.Thumbnail\u003c/code\u003e instance, allowing for method chaining or further customization.\u003c/p\u003e\n"]]],["The core function of `Thumbnail.setImage(image)` is to define the source image for a thumbnail. This method takes an `Image` object as input and sets it as the basis for generating the thumbnail. The function then returns the `ui.Thumbnail` instance itself, allowing for method chaining. The `ui.Thumbnail` object represents a visual preview, and this method specifies what the preview is of.\n"],null,["# ui.Thumbnail.setImage\n\n\u003cbr /\u003e\n\nSets the ee.Image used to generate the thumbnail.\n\n\u003cbr /\u003e\n\nReturns this thumbnail.\n\n| Usage | Returns |\n|-----------------------------|--------------|\n| Thumbnail.setImage`(image)` | ui.Thumbnail |\n\n| Argument | Type | Details |\n|----------------------|--------------|-------------------------------------------------|\n| this: `ui.thumbnail` | ui.Thumbnail | The ui.Thumbnail instance. |\n| `image` | Image | The image from which to generate the thumbnail. |"]]