Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
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.
Trả về một phép kết hợp ghép nối từng phần tử trong tập hợp đầu tiên với một nhóm các phần tử khớp trong tập hợp thứ hai. Danh sách các kết quả trùng khớp được thêm vào mỗi kết quả dưới dạng một thuộc tính bổ sung. Nếu measureKey được chỉ định, mỗi kết quả khớp sẽ có giá trị của chỉ số kết hợp được đính kèm. Các chỉ số kết hợp được tạo ra khi bộ lọc withinDistance hoặc maxDifference được dùng làm điều kiện kết hợp.
[[["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-07-27 UTC."],[[["Pairs elements from the first collection with matching elements from the second, adding the matches as a new property."],["Optionally sorts the list of matches based on a specified property and order."],["Allows for saving the measure of the join condition (e.g., distance or difference) on each match if specified."],["Can include primary elements without matches in the results by setting the `outer` parameter to true."]]],["The `ee.Join.saveAll` function creates a join between two collections, pairing each element from the first with matching elements from the second. Matched elements are stored as a list under a specified `matchesKey`. Optionally, this list can be sorted by a given property (`ordering`) in ascending or descending order. If a join condition with distance or difference measures is used, the measurement values are attached using the `measureKey`. If `outer` is set to true elements from first collection without matches will be included in the result.\n"]]