Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Các mối nối được dùng để kết hợp các phần tử từ nhiều bộ sưu tập (ví dụ: ImageCollection hoặc FeatureCollection) dựa trên một điều kiện do ee.Filter chỉ định. Bộ lọc được tạo bằng các đối số cho các thuộc tính trong mỗi tập hợp có liên quan với nhau. Cụ thể, leftField chỉ định thuộc tính trong bộ sưu tập chính có liên quan đến rightField trong bộ sưu tập phụ. Loại bộ lọc (ví dụ: equals, greaterThanOrEquals, lessThan, v.v.)
cho biết mối quan hệ giữa các trường. Loại mối quan hệ liên kết cho biết mối quan hệ một với nhiều hoặc một với một giữa các phần tử trong tập hợp và số lượng kết quả trùng khớp cần giữ lại. Kết quả của một phép nối do join.apply() tạo ra và sẽ khác nhau tuỳ theo loại phép nối.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]