公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.List.reduce
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
将精简器应用于列表。如果 reducer 采用多个输入,则列表中的每个元素都应是输入列表。如果 reducer 返回单个输出,则直接返回该输出;否则返回一个包含命名 reducer 输出的字典。
用法 | 返回 |
---|
List.reduce(reducer) | 对象 |
参数 | 类型 | 详细信息 |
---|
此:list | 列表 | |
reducer | 缩减器 | |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],["A `reducer` function is applied to a `list`. If the `reducer` accepts multiple inputs, each list element is treated as a list of inputs. The output depends on the `reducer`: a single output is returned directly, whereas multiple outputs are returned as a dictionary with named outputs. The `list.reduce(reducer)` method is employed, returning an object. The method takes two arguments, a `list` and a `reducer`.\n"],null,[]]