Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.Thumbnail.setImage
Stay organized with collections
Save and categorize content based on your preferences.
Sets the ee.Image used to generate the thumbnail.
Returns this thumbnail.
Usage | Returns | Thumbnail.setImage(image) | ui.Thumbnail |
Argument | Type | Details | this: ui.thumbnail | ui.Thumbnail | The ui.Thumbnail instance. |
image | Image | The image from which to generate the thumbnail. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 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. |"]]