إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Map.Linker.reset
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يستبدل جميع العناصر في القائمة بقائمة جديدة، أو يزيل جميع العناصر من القائمة في حال عدم توفير قائمة.
تعرض هذه السمة العناصر في القائمة بعد تطبيق عملية إعادة الضبط.
الاستخدام | المرتجعات |
---|
Linker.reset(list) | List<Object> |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.data.activelist | ui.data.ActiveList | مثيل ui.data.ActiveList |
list | List<Object>, optional | قائمة بالعناصر |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe \u003ccode\u003ereset\u003c/code\u003e method replaces all elements in a \u003ccode\u003eui.data.ActiveList\u003c/code\u003e with a new list, or removes all elements if no new list is provided.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the elements present in the list after the reset operation.\u003c/p\u003e\n"],["\u003cp\u003eThe method can be called on a \u003ccode\u003eui.data.ActiveList\u003c/code\u003e instance using \u003ccode\u003eLinker.reset(list)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn optional 'list' argument of type List can be provided to specify the new elements.\u003c/p\u003e\n"]]],["The function `reset` replaces all elements within an `ActiveList` instance with a new list. If no new list is provided, it removes all existing elements. It operates on an `ActiveList` object and accepts an optional list of elements as its argument. The function returns the `ActiveList` containing the elements after the reset operation has been completed.\n"],null,["# ui.Map.Linker.reset\n\n\u003cbr /\u003e\n\nReplaces all elements in list with a new list or, if no list is provided, removes all elements from list.\n\n\u003cbr /\u003e\n\nReturns the elements in the list after the reset is applied.\n\n| Usage | Returns |\n|--------------------------|----------------|\n| Linker.reset`(`*list*`)` | List\\\u003cObject\\\u003e |\n\n| Argument | Type | Details |\n|----------------------------|--------------------------|----------------------------------|\n| this: `ui.data.activelist` | ui.data.ActiveList | The ui.data.ActiveList instance. |\n| `list` | List\\\u003cObject\\\u003e, optional | A list of elements. |"]]