お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.List.getGeometry
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リスト内の指定された位置にあるジオメトリを返します。負のインデックスは、リストの末尾から逆方向にカウントされます。値がジオメトリでない場合は、エラーが発生します。
用途 | 戻り値 |
---|
List.getGeometry(index) | ジオメトリ |
引数 | タイプ | 詳細 |
---|
これ: list | リスト | |
index | Integer | |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["Retrieves a specific geometry from a list using its index. The `index` can be a positive or negative integer, with negative values counting from the end of the list. It takes a list as input and requires an `index` argument. If the element at the specified index is a geometry, it is returned; otherwise, an error occurs. The method returns a `Geometry` object.\n"],null,[]]