إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Image.bandTypes
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرِض هذه الدالة قاموسًا لأنواع النطاقات في الصورة.
الاستخدام | المرتجعات |
---|
Image.bandTypes() | القاموس |
الوسيطة | النوع | التفاصيل |
---|
هذا: image | صورة | الصورة التي سيتم الحصول على أنواع النطاقات منها. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003ebandTypes()\u003c/code\u003e returns a dictionary containing the band types of an image.\u003c/p\u003e\n"],["\u003cp\u003eThis method is used for understanding the data types associated with the bands of an Earth Engine image.\u003c/p\u003e\n"],["\u003cp\u003eThe input to \u003ccode\u003ebandTypes()\u003c/code\u003e is an Earth Engine \u003ccode\u003eImage\u003c/code\u003e object.\u003c/p\u003e\n"]]],["The `Image.bandTypes()` method retrieves a dictionary containing the band types of a specified image. It takes one argument, `image`, which represents the image object. The method then returns a dictionary where the keys are likely the band names or indices, and the values are their corresponding data types. This method allows users to understand the data format within the image's bands.\n"],null,["# ee.Image.bandTypes\n\nReturns a dictionary of the image's band types.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------|------------|\n| Image.bandTypes`()` | Dictionary |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | The image from which to get band types. |"]]