Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de
15 de abril de 2025 precisam
verificar a qualificação não comercial para manter o acesso ao Earth Engine.
ee.Filter.evaluate
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Recupera de forma assíncrona o valor desse objeto do servidor e o transmite para a função de callback fornecida.
Uso | Retorna |
---|
Filter.evaluate(callback) | |
Argumento | Tipo | Detalhes |
---|
isso: computedobject | ComputedObject | A instância ComputedObject. |
callback | Função | Uma função do tipo function(success, failure), chamada quando o servidor retorna uma resposta. Se a solicitação for bem-sucedida, o argumento "success" vai conter o resultado avaliado. Se a solicitação falhar, o argumento de falha vai conter uma mensagem de erro. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-26 UTC.
[null,null,["Última atualização 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. |"]]