Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de
15 de abril de 2025 precisam
verificar a qualificação não comercial para manter o acesso ao Earth Engine.
ui.Button.getImageUrl
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Retorna o URL da imagem, se ela existir.
Uso | Retorna |
---|
Button.getImageUrl() | String |
Argumento | Tipo | Detalhes |
---|
isso: ui.button | ui.Button | A instância ui.Button. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-26 UTC.
[null,null,["Última atualização 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eButton.getImageUrl()\u003c/code\u003e retrieves the URL of the image associated with a button element, if an image is present.\u003c/p\u003e\n"],["\u003cp\u003eThis method, when called on a \u003ccode\u003eui.Button\u003c/code\u003e instance, returns a string representing the image URL.\u003c/p\u003e\n"]]],["The `getImageUrl()` method, when called on a `ui.Button` instance, retrieves the URL of the image associated with that button. It takes no explicit arguments, only the `ui.Button` instance itself (`this: ui.button`). The method returns a String, which represents the URL of the button's image if it is set. Otherwise, it will return nothing.\n"],null,["# ui.Button.getImageUrl\n\n\u003cbr /\u003e\n\nReturns the url of the image if it exists.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Button.getImageUrl`()` | String |\n\n| Argument | Type | Details |\n|-------------------|-----------|-------------------------|\n| this: `ui.button` | ui.Button | The ui.Button instance. |"]]