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.data.ActiveList.length
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce il numero di elementi nell'elenco.
Utilizzo | Resi |
---|
ActiveList.length() | Numero |
Argomento | Tipo | Dettagli |
---|
questo: ui.data.activelist | ui.data.ActiveList | L'istanza ui.data.ActiveList. |
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\u003eReturns the number of elements in the ActiveList.\u003c/p\u003e\n"],["\u003cp\u003eThe method is called using \u003ccode\u003eActiveList.length()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt takes one argument: the ui.data.ActiveList instance.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the element count as a Number.\u003c/p\u003e\n"]]],["The `ActiveList.length()` method returns the number of elements within an `ui.data.ActiveList` instance. It takes no arguments, and the `this` context is the `ui.data.ActiveList` itself. The method's sole purpose is to provide a numerical count of the elements contained within the specified ActiveList, returning a Number data type.\n"],null,["# ui.data.ActiveList.length\n\n\u003cbr /\u003e\n\nReturns the number of elements in the list.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------|---------|\n| ActiveList.length`()` | Number |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|----------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |"]]