إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Thumbnail.setImage
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تضبط هذه السمة ee.Image المستخدَمة لإنشاء الصورة المصغّرة.
تعرض هذه السمة الصورة المصغّرة.
الاستخدام | المرتجعات |
---|
Thumbnail.setImage(image) | ui.Thumbnail |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.thumbnail | ui.Thumbnail | مثيل ui.Thumbnail |
image | صورة | الصورة التي سيتم إنشاء الصورة المصغّرة منها |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003eThumbnail.setImage()\u003c/code\u003e configures a \u003ccode\u003eui.Thumbnail\u003c/code\u003e instance to display a preview of a specified \u003ccode\u003eee.Image\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe method takes an \u003ccode\u003eee.Image\u003c/code\u003e as input and applies it to the thumbnail for visualization.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the modified \u003ccode\u003eui.Thumbnail\u003c/code\u003e instance, allowing for method chaining or further customization.\u003c/p\u003e\n"]]],["The core function of `Thumbnail.setImage(image)` is to define the source image for a thumbnail. This method takes an `Image` object as input and sets it as the basis for generating the thumbnail. The function then returns the `ui.Thumbnail` instance itself, allowing for method chaining. The `ui.Thumbnail` object represents a visual preview, and this method specifies what the preview is of.\n"],null,["# ui.Thumbnail.setImage\n\n\u003cbr /\u003e\n\nSets the ee.Image used to generate the thumbnail.\n\n\u003cbr /\u003e\n\nReturns this thumbnail.\n\n| Usage | Returns |\n|-----------------------------|--------------|\n| Thumbnail.setImage`(image)` | ui.Thumbnail |\n\n| Argument | Type | Details |\n|----------------------|--------------|-------------------------------------------------|\n| this: `ui.thumbnail` | ui.Thumbnail | The ui.Thumbnail instance. |\n| `image` | Image | The image from which to generate the thumbnail. |"]]