お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.Image.set
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
要素の 1 つ以上のメタデータ プロパティをオーバーライドします。
指定されたプロパティがオーバーライドされた要素を返します。
用途 | 戻り値 |
---|
Image.set(var_args) | 要素 |
引数 | タイプ | 詳細 |
---|
これ: element | 要素 | Element インスタンス。 |
var_args | VarArgs<Object> | プロパティのディクショナリ、またはプロパティの可変長引数シーケンス(key1、value1、key2、value2 など)。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\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, ... |"]]