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.Map.Linker.remove
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Rimuove l'elemento specificato dall'elenco.
Restituisce l'elemento rimosso o null se l'elemento non era presente nell'elenco.
Utilizzo | Resi |
---|
Linker.remove(el) | Oggetto |
Argomento | Tipo | Dettagli |
---|
questo: ui.data.activelist | ui.data.ActiveList | L'istanza ui.data.ActiveList. |
el | Oggetto | L'elemento da rimuovere. |
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\u003eremove()\u003c/code\u003e method eliminates a specific element from a ui.data.ActiveList.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the removed element, or null if the element wasn't found in the list.\u003c/p\u003e\n"],["\u003cp\u003eThis method is called on a ui.data.ActiveList instance and requires the target element as an argument.\u003c/p\u003e\n"]]],["The function `remove(el)` removes a specified element (`el`) from a `ui.data.ActiveList`. It returns the removed element as an Object if it was present within the list; otherwise, it returns `null`. The function operates on an instance of `ui.data.ActiveList`, denoted as `this: ui.data.activelist`. The argument `el` is the Object that is intended to be removed from the list.\n"],null,["# ui.Map.Linker.remove\n\n\u003cbr /\u003e\n\nRemoves the specified element from the list.\n\n\u003cbr /\u003e\n\nReturns the removed element or null if the element was not present in the list.\n\n| Usage | Returns |\n|---------------------|---------|\n| Linker.remove`(el)` | Object |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|----------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `el` | Object | The element to remove. |"]]