Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
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
FeatureCollection.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.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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()`."]]],[]]