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.
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
FeatureCollection.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.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 UTC."],[[["`evaluate()` retrieves the value of a ComputedObject (like a FeatureCollection) from the Earth Engine server and passes it to a callback function."],["The callback function is structured as `function(success, failure)` where `success` contains the result if the request succeeds, and `failure` contains an error message if it fails."],["This method transfers data from the server to the client, potentially impacting performance; server-side options are generally preferred."],["For asynchronous evaluation of `ee.FeatureCollection` in the Earth Engine Python client library, use `getInfo()` instead of `evaluate()`."]]],[]]