彙整是根據 ee.Filter
指定的條件,將不同集合 (例如 ImageCollection
或 FeatureCollection
) 的元素組合在一起。篩選器會使用各個集合中彼此相關的屬性做為引數來建構。具體來說,leftField
會指定主要集合中的屬性,該屬性與次要集合中的 rightField
相關。篩選器類型 (例如 equals
、greaterThanOrEquals
、lessThan
等)表示欄位之間的關係。彙整類型會指出集合元素之間的一對多或一對一關係,以及要保留多少個相符項目。彙整作業的輸出內容是由 join.apply()
產生,並會因彙整類型而異。
加入總覽
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["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"]]