ee.Join.saveBest
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Returns a join that pairs each element from the first collection with a matching element from the second collection. ההתאמה עם מדד הצירוף הכי טוב מתווספת לכל תוצאה כמאפיין נוסף. מדדי הצטרפות נוצרים כשמשתמשים במסננים withinDistance או maxDifference כתנאי לצירוף.
שימוש | החזרות |
---|
ee.Join.saveBest(matchKey, measureKey, outer) | הצטרפות |
ארגומנט | סוג | פרטים |
---|
matchKey | מחרוזת | המפתח שמשמש לשמירת ההתאמה. |
measureKey | מחרוזת | המפתח שמשמש לשמירת המדד של תנאי הצירוף בהתאמה. |
outer | בוליאני, ברירת מחדל: false | אם הערך הוא true, שורות ראשיות ללא התאמות ייכללו בתוצאה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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,[]]