הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני
15 באפריל 2025 חייבים
לאמת את הזכאות לשימוש לא מסחרי כדי לשמור על הגישה. אם לא תאמתו את החשבון עד 26 בספטמבר 2025, יכול להיות שהגישה שלכם תושעה.
ee.ImageCollection.copyProperties
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Copies metadata properties from one element to another.
| שימוש | החזרות |
|---|
ImageCollection.copyProperties(source, properties, exclude) | רכיב |
| ארגומנט | סוג | פרטים |
|---|
זה: destination | רכיב, ברירת מחדל: null | האובייקט שהמאפיינים שלו יוחלפו. |
source | רכיב, ברירת מחדל: null | האובייקט שממנו מעתיקים את המאפיינים. |
properties | רשימה, ברירת מחדל: null | המאפיינים להעתקה. אם לא מציינים נכסים, כל הנכסים הרגילים (כלומר, לא נכסי מערכת) מועתקים. |
exclude | רשימה, ברירת מחדל: null | רשימת הנכסים שיוחרגו כשמעתיקים את כל הנכסים. אסור לציין אותו אם מציינים את המאפיין properties. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],["The core functionality copies metadata properties from a source element to a destination element. Users can specify which properties to copy through a list, or copy all ordinary properties. Alternatively, users can specify a list of properties to exclude during the copying process, but only when copying all properties. The destination element is modified based on the source element and user-specified properties or exclusions. This operation returns the modified destination element.\n"]]