公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Join.inverted
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
返回一个联接,该联接会生成与次要集合中的任何元素都不匹配的主要集合的元素。未向结果中添加任何媒体资源。
无实参。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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.**"]]