ee.Image.toDictionary
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Extract properties from a feature as a dictionary.
שימוש | החזרות |
---|
Image.toDictionary(properties) | מילון |
ארגומנט | סוג | פרטים |
---|
זה: element | רכיב | התכונה שממנה יש לחלץ את הנכס. |
properties | רשימה, ברירת מחדל: null | רשימת המאפיינים לחילוץ. ברירת המחדל היא כל המאפיינים שאינם מאפייני מערכת. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThe \u003ccode\u003etoDictionary()\u003c/code\u003e method extracts properties from an \u003ccode\u003eImage\u003c/code\u003e feature and returns them as a dictionary.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify a list of properties to extract or use the default to extract all non-system properties.\u003c/p\u003e\n"],["\u003cp\u003eIt takes an \u003ccode\u003eImage\u003c/code\u003e feature as input and returns a dictionary containing the specified properties and their values.\u003c/p\u003e\n"]]],[],null,["# ee.Image.toDictionary\n\nExtract properties from a feature as a dictionary.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------|------------|\n| Image.toDictionary`(`*properties*`)` | Dictionary |\n\n| Argument | Type | Details |\n|-----------------|---------------------|---------------------------------------------------------------------------|\n| this: `element` | Element | The feature to extract the property from. |\n| `properties` | List, default: null | The list of properties to extract. Defaults to all non-system properties. |"]]