إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Map.Linker.get
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لعرض العنصر في الفهرس المحدّد
الاستخدام | المرتجعات |
---|
Linker.get(index) | عنصر |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.data.activelist | ui.data.ActiveList | مثيل ui.data.ActiveList |
index | العدد | فهرس العنصر المطلوب عرضه. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe \u003ccode\u003eget\u003c/code\u003e method retrieves the element located at a specific index within a ui.data.ActiveList.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts the index as an argument and returns the corresponding Object.\u003c/p\u003e\n"],["\u003cp\u003eThis method is utilized within a ui.data.ActiveList instance to access individual elements based on their position.\u003c/p\u003e\n"]]],["The `Linker.get(index)` method retrieves an element from a `ui.data.ActiveList` instance. It accepts a numerical `index` as input, representing the position of the desired element within the list. The method returns the object found at that specified `index`. The `ui.data.ActiveList` instance itself serves as the context for this operation.\n"],null,["# ui.Map.Linker.get\n\n\u003cbr /\u003e\n\nReturns the element at the specified index.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------|---------|\n| Linker.get`(index)` | Object |\n\n| Argument | Type | Details |\n|----------------------------|--------------------|-------------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `index` | Number | The index of the element to return. |"]]