お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.List.getArray
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リスト内の指定された位置にある配列を返します。負のインデックスは、リストの末尾から逆方向にカウントされます。値が配列でない場合は、エラーが発生します。
用途 | 戻り値 |
---|
List.getArray(index) | 配列 |
引数 | タイプ | 詳細 |
---|
これ: list | リスト | |
index | Integer | |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThe \u003ccode\u003eList.getArray()\u003c/code\u003e function retrieves the array located at a specific position (index) within a list.\u003c/p\u003e\n"],["\u003cp\u003eNegative index values can be used to access arrays by counting backward from the end of the list.\u003c/p\u003e\n"],["\u003cp\u003eAn error will be thrown if the value at the specified index is not an array.\u003c/p\u003e\n"],["\u003cp\u003eThe function requires a list and an integer representing the index as input.\u003c/p\u003e\n"],["\u003cp\u003eThe output of the function is the array found at the specified index within the list.\u003c/p\u003e\n"]]],[],null,["# ee.List.getArray\n\nReturns the array at the specified position in list. A negative index counts backwards from the end of the list. If the value is not a array, an error will occur.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| List.getArray`(index)` | Array |\n\n| Argument | Type | Details |\n|--------------|---------|---------|\n| this: `list` | List | |\n| `index` | Integer | |"]]