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.Filter.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 |
---|
Filter.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\u003eRetrieves the object's value from the server and provides it to a specified callback function.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes a \u003ccode\u003ecallback\u003c/code\u003e function with arguments for success (containing the result) and failure (containing an error message).\u003c/p\u003e\n"],["\u003cp\u003eApplicable to ComputedObject instances, allowing asynchronous retrieval of their values.\u003c/p\u003e\n"]]],["The `Filter.evaluate` method asynchronously fetches a `ComputedObject`'s value from the server. It utilizes a callback function to handle the response. This callback, structured as `function(success, failure)`, receives either the evaluated result in the `success` argument upon a successful request or an error message in the `failure` argument if the request fails. The method itself does not return a value. The method receives as a parameter the callback function and it needs to be invoked from an instance of a `ComputedObject`.\n"],null,["# ee.Filter.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| Filter.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. |"]]