Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
ui.Thumbnail.getImage
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce ee.Image per la miniatura.
Utilizzo | Resi |
---|
Thumbnail.getImage() | Image|ImageCollection |
Argomento | Tipo | Dettagli |
---|
questo: ui.thumbnail | ui.Thumbnail | L'istanza ui.Thumbnail. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]