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.Geometry.MultiPolygon.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 |
---|
MultiPolygon.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\u003eMultiPolygon.evaluate()\u003c/code\u003e allows you to retrieve the value of a ComputedObject representing a MultiPolygon from the server.\u003c/p\u003e\n"],["\u003cp\u003eThis method takes a callback function that will be executed once the server responds, providing either the evaluated result or an error message.\u003c/p\u003e\n"],["\u003cp\u003eThe callback function should have two arguments: one for success (containing the evaluated MultiPolygon) and one for failure (containing an error message).\u003c/p\u003e\n"]]],["The `evaluate` method of a `MultiPolygon` object asynchronously retrieves its value from the server. It accepts a `callback` function that is invoked upon receiving a server response. This callback has two arguments: `success` containing the result if successful, or `failure` containing an error message if the request failed. The method is applied to a `ComputedObject` instance.\n"],null,["# ee.Geometry.MultiPolygon.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| MultiPolygon.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. |"]]