Earth Engine は、共有コンピューティング リソースを保護し、すべてのユーザーに信頼性の高いパフォーマンスを提供するために、
非商用割り当て階層を導入しています。すべての非商用プロジェクトは、
2026 年 4 月 27 日までに割り当て階層を選択する必要があります。選択しない場合は、デフォルトでコミュニティ階層が使用されます。階層の割り当ては、
2026 年 4 月 27 日に(階層の選択日に関係なく)すべてのプロジェクトで有効になります。
詳細
ui.Map.Linker.set
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定されたインデックスの要素を設定します。インデックスがリストの最後の要素のインデックスを超える場合、要素はリストの末尾に追加されます。
この ui.data.ActiveList を返します。
| 用途 | 戻り値 |
|---|
Linker.set(index, el) | ui.data.ActiveList |
| 引数 | タイプ | 詳細 |
|---|
これ: ui.data.activelist | ui.data.ActiveList | ui.data.ActiveList インスタンス。 |
index | 数値 | 上書きするインデックス。 |
el | オブジェクト | 設定する要素。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["The `set` function modifies a `ui.data.ActiveList` instance. It places an element (`el`) at a given `index`. If the `index` is beyond the current list's bounds, the element is appended to the end. The function returns the modified `ui.data.ActiveList` instance itself. It requires an index (Number) and an element (Object) as arguments, where the index will be overwritten by the provided element.\n"]]