お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.Join.saveBest
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
最初のコレクションの各要素を 2 番目のコレクションの一致する要素とペアにする結合を返します。結合の測定値が最も高い一致が、追加のプロパティとして各結果に追加されます。結合条件として withinDistance フィルタまたは maxDifference フィルタが使用されると、結合指標が生成されます。
用途 | 戻り値 |
---|
ee.Join.saveBest(matchKey, measureKey, outer) | 参加 |
引数 | タイプ | 詳細 |
---|
matchKey | 文字列 | 一致の保存に使用されるキー。 |
measureKey | 文字列 | 一致で結合条件の指標を保存するために使用されるキー。 |
outer | ブール値。デフォルト値は false です。 | true の場合、一致しないプライマリ行が結果に含まれます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["This describes a join operation that pairs elements from two collections. It identifies the best match between elements based on filters like `withinDistance` or `maxDifference`, storing this match in a specified `matchKey`. The quality of the match is stored under `measureKey`. The `outer` argument determines if unmatched elements from the first collection are included in the output. The function, `ee.Join.saveBest`, returns a join object.\n"],null,[]]