Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Join digunakan untuk menggabungkan elemen dari berbagai koleksi (misalnya,
ImageCollection atau FeatureCollection) berdasarkan kondisi
yang ditentukan oleh ee.Filter. Filter dibuat dengan argumen untuk properti di setiap koleksi yang saling terkait. Secara khusus,
leftField menentukan properti dalam koleksi utama yang terkait
dengan rightField dalam koleksi sekunder. Jenis filter (misalnya,
equals, greaterThanOrEquals, lessThan, dll.)
menunjukkan hubungan antara kolom. Jenis join menunjukkan hubungan one-to-many
atau one-to-one antara elemen dalam koleksi dan jumlah kecocokan
yang akan dipertahankan. Output join dihasilkan oleh join.apply() dan akan bervariasi
sesuai dengan jenis join.
[[["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-02-18 UTC."],[[["Joins combine elements from different collections like `ImageCollection` and `FeatureCollection` based on a specified condition using an `ee.Filter`."],["The `ee.Filter` defines the relationship between properties in the collections using `leftField` and `rightField` along with a filter type like `equals` or `lessThan`."],["Different join types handle one-to-one or one-to-many relationships and control the number of matches retained, impacting the output produced by `join.apply()`."]]],["Joins combine elements from different collections using an `ee.Filter` based on a specified condition. `leftField` and `rightField` define related properties within the primary and secondary collections, respectively. The filter type determines the relationship between these fields (e.g., equals, greaterThan). Join type specifies one-to-many or one-to-one relationships and the number of matches. The `join.apply()` method produces the output, which varies based on the chosen join type.\n"]]