إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Image.toDictionary
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
استخراج السمات من عنصر كقاموس
الاستخدام | المرتجعات |
---|
Image.toDictionary(properties) | القاموس |
الوسيطة | النوع | التفاصيل |
---|
هذا: element | العنصر | الميزة التي سيتم استخراج السمة منها. |
properties | قائمة، القيمة التلقائية: فارغة | قائمة المواقع المطلوب استخراجها يتم ضبطها تلقائيًا على جميع الخصائص غير التابعة للنظام. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]