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.
ee.Reducer.firstNonNull
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce un riduttore che restituisce il primo dei suoi input non nulli. Se applicabile, il nome dell'output è "first".
Utilizzo | Resi |
---|
ee.Reducer.firstNonNull() | Riduttore |
Nessun argomento.
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 a Reducer that selects the first non-null value from a set of inputs.\u003c/p\u003e\n"],["\u003cp\u003eThe Reducer will be named "first" when applied within Earth Engine workflows.\u003c/p\u003e\n"],["\u003cp\u003eThis reducer has no arguments and is accessed with \u003ccode\u003eee.Reducer.firstNonNull()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.firstNonNull\n\nReturns a Reducer that returns the first of its non-null inputs. Where applicable, the output name is \"first\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------|---------|\n| `ee.Reducer.firstNonNull()` | Reducer |\n\n**No arguments.**"]]