ui.Thumbnail.getImage
Returns the ee.Image for the thumbnail.
Usage | Returns |
---|
Thumbnail.getImage() | Image|ImageCollection |
Argument | Type | Details |
---|
this: ui.thumbnail | ui.Thumbnail | The ui.Thumbnail instance. |
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."],[[["The `getImage` function, when called on a `ui.Thumbnail` instance, retrieves the image associated with that thumbnail."],["The retrieved image can be an `ee.Image` object or an `ee.ImageCollection`, depending on the thumbnail's content."]]],["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"]]