Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.Image.evaluate
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Mengambil nilai objek ini secara asinkron dari server dan meneruskannya ke fungsi callback yang disediakan.
Penggunaan | Hasil |
---|
Image.evaluate(callback) | |
Argumen | Jenis | Detail |
---|
ini: computedobject | ComputedObject | Instance ComputedObject. |
callback | Fungsi | Fungsi formulir function(success, failure), yang dipanggil saat server menampilkan jawaban. Jika permintaan berhasil, argumen keberhasilan berisi hasil yang dievaluasi. Jika permintaan gagal, argumen kegagalan akan berisi pesan error. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eImage.evaluate\u003c/code\u003e fetches the computed object's value from the server.\u003c/p\u003e\n"],["\u003cp\u003eThe server's response, whether successful or containing an error, is passed to a user-defined callback function.\u003c/p\u003e\n"],["\u003cp\u003eThis function is structured to handle both success (with the result) and failure (with an error message) scenarios.\u003c/p\u003e\n"]]],["The `Image.evaluate(callback)` method asynchronously fetches a `ComputedObject`'s value from the server. It takes a callback function as an argument. This function receives two arguments: `success` (the evaluated result upon success) and `failure` (an error message upon failure). The method retrieves the value of the `ComputedObject` and passes it to the callback function. No value is returned from this method.\n"],null,["# ee.Image.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| Image.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. |"]]