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.ImageCollection.evaluate
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Recupera in modo asincrono il valore di questo oggetto dal server e lo passa alla funzione di callback fornita.
Utilizzo | Resi |
---|
ImageCollection.evaluate(callback) | |
Argomento | Tipo | Dettagli |
---|
questo: computedobject | ComputedObject | L'istanza ComputedObject. |
callback | Funzione | Una funzione del modulo function(success, failure), chiamata quando il server restituisce una risposta. Se la richiesta è riuscita, l'argomento success contiene il risultato valutato. Se la richiesta non è riuscita, l'argomento failure conterrà un messaggio di errore. |
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\u003e\u003ccode\u003eImageCollection.evaluate()\u003c/code\u003e retrieves the value of the ComputedObject from the server.\u003c/p\u003e\n"],["\u003cp\u003eThe retrieved value is then passed to a user-defined callback function, which handles success or failure.\u003c/p\u003e\n"],["\u003cp\u003eThe callback function takes two arguments: \u003ccode\u003esuccess\u003c/code\u003e for the result if the request succeeds and \u003ccode\u003efailure\u003c/code\u003e for an error message if it fails.\u003c/p\u003e\n"]]],["The function asynchronously fetches a ComputedObject's value from the server. It uses a callback function with `success` and `failure` arguments. If successful, `success` holds the evaluated result; otherwise, `failure` provides an error message. This function is called on an `ImageCollection` with no return value. The `callback` is executed upon receiving a response from the server.\n"],null,["# ee.ImageCollection.evaluate\n\n\u003cbr /\u003e\n\nAsynchronously retrieves the value of this object from the server and passes it to the provided callback function.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------|---------|\n| ImageCollection.evaluate`(callback)` | |\n\n| Argument | Type | Details |\n|------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `computedobject` | ComputedObject | The ComputedObject instance. |\n| `callback` | Function | A function of the form function(success, failure), called when the server returns an answer. If the request succeeded, the success argument contains the evaluated result. If the request failed, the failure argument will contains an error message. |"]]