ee.Join.inverted
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 tạo ra các phần tử của tập hợp chính không khớp với phần tử nào của tập hợp phụ. Không có tài sản nào được thêm vào kết quả.
Cách sử dụng | Giá trị trả về |
---|
ee.Join.inverted() | Tham gia |
Không có đối số.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eReturns a join that selects elements from the primary collection that have no matching elements in the secondary collection.\u003c/p\u003e\n"],["\u003cp\u003eThis join type doesn't introduce any new properties to the resulting features.\u003c/p\u003e\n"],["\u003cp\u003eIt's created using the \u003ccode\u003eee.Join.inverted()\u003c/code\u003e method without any arguments.\u003c/p\u003e\n"]]],["The `ee.Join.inverted()` method creates a join operation that identifies elements in the primary collection that lack matches in the secondary collection. The method returns a Join object. No additional properties are included in the output. It functions without requiring any input arguments. The result set comprises only the unmatched elements from the primary collection.\n"],null,["# ee.Join.inverted\n\nReturns a join that produces the elements of the primary collection that match no elements of the secondary collection. No properties are added to the results.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------|---------|\n| `ee.Join.inverted()` | Join |\n\n**No arguments.**"]]