公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Algorithms.Dictionary
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
构建字典。
用法 | 返回 |
---|
ee.Algorithms.Dictionary(input) | 字典 |
参数 | 类型 | 详细信息 |
---|
input | 对象,默认值:null | 要转换为字典的对象。JSON 字典或交替的键值对列表。键必须是字符串。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eCreates a server-side dictionary object, which is useful for organizing and accessing data.\u003c/p\u003e\n"],["\u003cp\u003eAccepts input in the form of a JSON dictionary or a list of key-value pairs, with keys always being strings.\u003c/p\u003e\n"],["\u003cp\u003eIf no input is provided, it defaults to creating an empty dictionary.\u003c/p\u003e\n"]]],["The function `ee.Algorithms.Dictionary` creates a dictionary object. It accepts a single argument, `input`, which can be either a JSON dictionary or a list of key-value pairs. The keys within the `input` must be strings. This function returns a dictionary data structure based on the provided input.\n"],null,["# ee.Algorithms.Dictionary\n\nConstructs a dictionary.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------|------------|\n| `ee.Algorithms.Dictionary(`*input*`)` | Dictionary |\n\n| Argument | Type | Details |\n|----------|-----------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `input` | Object, default: null | An object to convert to a dictionary. Either a JSON dictionary or a list of alternating key/value pairs. Keys must be strings. |"]]