お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.Join.saveAll
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
最初のコレクションの各要素を 2 番目のコレクションの一致する要素のグループとペアにする結合を返します。一致するリストは、追加のプロパティとして各結果に追加されます。measureKey が指定されている場合、各一致には結合メジャーの値が関連付けられます。結合条件として withinDistance フィルタまたは maxDifference フィルタが使用されると、結合指標が生成されます。
用途 | 戻り値 |
---|
ee.Join.saveAll(matchesKey, ordering, ascending, measureKey, outer) | 参加 |
引数 | タイプ | 詳細 |
---|
matchesKey | 文字列 | 一致リストの保存に使用されるプロパティ名。 |
ordering | 文字列、デフォルト: null | 一致リストの並べ替えに使用するプロパティ。 |
ascending | ブール値。デフォルト値は true です。 | 順序が昇順かどうか。 |
measureKey | 文字列、デフォルト: null | 各一致で結合条件の指標を保存するために使用されるオプションのプロパティ名。 |
outer | ブール値。デフォルト値は false です。 | true の場合、一致しないプライマリ行が結果に含まれます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-27 UTC。
[null,null,["最終更新日 2025-07-27 UTC。"],[],["The `ee.Join.saveAll` function creates a join between two collections, pairing each element from the first with matching elements from the second. Matched elements are stored as a list under a specified `matchesKey`. Optionally, this list can be sorted by a given property (`ordering`) in ascending or descending order. If a join condition with distance or difference measures is used, the measurement values are attached using the `measureKey`. If `outer` is set to true elements from first collection without matches will be included in the result.\n"],null,[]]