إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Map.DrawingTools.addLayer
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تضيف هذه الطريقة قائمة معيّنة من عناصر ee.Geometry إلى أدوات الرسم كطبقة هندسية.
تعرِض هذه الدالة طبقة الأشكال الهندسية الجديدة.
الاستخدام | المرتجعات |
---|
DrawingTools.addLayer(geometries, name, color, shown, locked) | ui.Map.GeometryLayer |
الوسيطة | النوع | التفاصيل |
---|
هذا: ui.map.drawingtools | ui.Map.DrawingTools | مثيل ui.Map.DrawingTools |
geometries | List<Geometry> | الأشكال الهندسية التي سيتم استخدامها لتهيئة الطبقة. |
name | سلسلة، اختياري | تمثّل هذه السمة اسم الطبقة. |
color | سلسلة، اختياري | تمثّل هذه السمة لون CSS للأشكال في الطبقة، مثل "أبيض" أو "#FFFFFF". |
shown | قيمة منطقية، اختيارية | تحديد ما إذا كان سيتم عرض الأشكال في الطبقة القيمة التلقائية هي "صحيح". |
locked | قيمة منطقية، اختيارية | تُستخدَم لتحديد ما إذا كان سيتم قفل تعديل الأشكال في الطبقة. القيمة التلقائية هي "خطأ". |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe \u003ccode\u003eDrawingTools.addLayer()\u003c/code\u003e function adds a list of Earth Engine Geometry objects to the drawing tools as a new layer.\u003c/p\u003e\n"],["\u003cp\u003eThe function allows customization of the layer's name, color, visibility, and editability.\u003c/p\u003e\n"],["\u003cp\u003eUsers receive the newly created \u003ccode\u003eui.Map.GeometryLayer\u003c/code\u003e object, enabling further interaction with it.\u003c/p\u003e\n"],["\u003cp\u003eBy default, the added layer is visible and unlocked for editing.\u003c/p\u003e\n"]]],["The `DrawingTools.addLayer` method adds a list of `ee.Geometry` objects to the drawing tools, creating a new geometry layer. It accepts a list of geometries, an optional layer name, an optional CSS color for the shapes, a boolean to control visibility (default true), and a boolean to lock shape editing (default false). It returns a `ui.Map.GeometryLayer` representing the newly created layer.\n"],null,["# ui.Map.DrawingTools.addLayer\n\n\u003cbr /\u003e\n\nAdds a given list of ee.Geometry objects to the drawing tools as a geometry layer.\n\n\u003cbr /\u003e\n\nReturns the new geometry layer.\n\n| Usage | Returns |\n|------------------------------------------------------------------------------------|----------------------|\n| DrawingTools.addLayer`(geometries, `*name* `, `*color* `, `*shown* `, `*locked*`)` | ui.Map.GeometryLayer |\n\n| Argument | Type | Details |\n|-----------------------------|---------------------|--------------------------------------------------------------------------|\n| this: `ui.map.drawingtools` | ui.Map.DrawingTools | The ui.Map.DrawingTools instance. |\n| `geometries` | List\\\u003cGeometry\\\u003e | The geometries with which to initialize the layer. |\n| `name` | String, optional | The name of the layer. |\n| `color` | String, optional | The CSS color of shapes in the layer, for instance \"white\" or \"#FFFFFF\". |\n| `shown` | Boolean, optional | Whether to show the shapes in the layer. Defaults to true. |\n| `locked` | Boolean, optional | Whether to lock shape editing in the layer. Defaults to false. |"]]