公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Image.set
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
替换元素的 1 个或多个元数据属性。
返回具有指定属性覆盖的元素。
用法 | 返回 |
---|
Image.set(var_args) | 元素 |
参数 | 类型 | 详细信息 |
---|
此:element | 元素 | Element 实例。 |
var_args | VarArgs<Object> | 属性字典或属性的 vararg 序列,例如 key1、value1、key2、value2 等。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eOverrides one or more metadata properties of an Element.\u003c/p\u003e\n"],["\u003cp\u003eReturns the modified Element with the overridden properties.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a dictionary or a sequence of key-value pairs to specify the properties to override.\u003c/p\u003e\n"],["\u003cp\u003eApplied using the \u003ccode\u003eset\u003c/code\u003e method on an Element instance.\u003c/p\u003e\n"]]],[],null,["# ee.Image.set\n\n\u003cbr /\u003e\n\nOverrides one or more metadata properties of an Element.\n\n\u003cbr /\u003e\n\nReturns the element with the specified properties overridden.\n\n| Usage | Returns |\n|-----------------------|---------|\n| Image.set`(var_args)` | Element |\n\n| Argument | Type | Details |\n|-----------------|-------------------|-------------------------------------------------------------------------------------------------------------|\n| this: `element` | Element | The Element instance. |\n| `var_args` | VarArgs\\\u003cObject\\\u003e | Either a dictionary of properties, or a vararg sequence of properties, e.g. key1, value1, key2, value2, ... |"]]