إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Geometry.MultiLineString
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تنشئ هذه الدالة ee.Geometry تصف MultiLineString.
لتسهيل الأمر، يمكن استخدام الوسيط المتغيّر عندما تكون جميع الوسيطات أرقامًا. يتيح ذلك إنشاء MultiLineStrings هندسية EPSG:4326 باستخدام LineString واحدة، مع توفّر عدد زوجي من الوسيطات، مثل ee.Geometry.MultiLineString(aLng, aLat, bLng, bLat, ...).
الاستخدام | المرتجعات |
---|
ee.Geometry.MultiLineString(coords, proj, geodesic, maxError) | Geometry.MultiLineString |
الوسيطة | النوع | التفاصيل |
---|
coords | List<Geometry>|List<List<List<Number>>>|List<Number> | تمثّل هذه السمة قائمة من سلاسل الخطوط. يمكن أن تكون قائمة إحداثيات بتنسيق GeoJSON
"MultiLineString"، أو قائمة تتضمّن عنصرَين على الأقل من عناصر ee.Geometry التي تصف LineString، أو قائمة أرقام تحدّد خطًا واحدًا. |
proj | التوقّعات، اختيارية | إسقاط هذا الشكل الهندسي إذا لم يتم تحديد نظام الإسقاط، سيكون نظام الإسقاط التلقائي هو نظام إسقاط ee.Geometry للإدخال، أو EPSG:4326 إذا لم تكن هناك مدخلات ee.Geometry. |
geodesic | قيمة منطقية، اختيارية | إذا كانت القيمة false، تكون الحواف مستقيمة في العرض. إذا كانت القيمة هي true، تكون الحواف منحنية لتتّبع أقصر مسار على سطح الأرض. القيمة التلقائية هي الحالة الجيوديسية للمدخلات، أو "صحيح" إذا كانت المدخلات أرقامًا. |
maxError | ErrorMargin، اختياري | الحدّ الأقصى للخطأ عندما يجب إعادة عرض الشكل الهندسي للإدخال إلى عرض النتائج المطلوب بشكل صريح أو حالة خطوط الطول والعرض |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eCreates a MultiLineString geometry, representing a collection of linestrings.\u003c/p\u003e\n"],["\u003cp\u003eAccepts linestrings defined by coordinates, ee.Geometry objects, or even numbers for a single geodesic EPSG:4326 linestring.\u003c/p\u003e\n"],["\u003cp\u003eAllows customization of projection, geodesic behavior, and error margin for reprojection.\u003c/p\u003e\n"],["\u003cp\u003eDefaults to EPSG:4326 projection and geodesic edges if unspecified but infers from inputs when possible.\u003c/p\u003e\n"]]],[],null,["# ee.Geometry.MultiLineString\n\n\u003cbr /\u003e\n\nConstructs an ee.Geometry describing a MultiLineString.\n\n\u003cbr /\u003e\n\nFor convenience, varargs may be used when all arguments are numbers. This allows creating geodesic EPSG:4326 MultiLineStrings with a single LineString, given an even number of arguments, e.g. ee.Geometry.MultiLineString(aLng, aLat, bLng, bLat, ...).\n\n| Usage | Returns |\n|-------------------------------------------------------------------------------|--------------------------|\n| `ee.Geometry.MultiLineString(coords, `*proj* `, `*geodesic* `, `*maxError*`)` | Geometry.MultiLineString |\n\n| Argument | Type | Details |\n|------------|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `coords` | List\\\u003cGeometry\\\u003e\\|List\\\u003cList\\\u003cList\\\u003cNumber\\\u003e\\\u003e\\\u003e\\|List\\\u003cNumber\\\u003e | A list of linestrings. May be a list of coordinates in the GeoJSON 'MultiLineString' format, a list of at least two ee.Geometry objects describing a LineString, or a list of numbers defining a single linestring. |\n| `proj` | Projection, optional | The projection of this geometry. If unspecified, the default is the projection of the input ee.Geometry, or EPSG:4326 if there are no ee.Geometry inputs. |\n| `geodesic` | Boolean, optional | If false, edges are straight in the projection. If true, edges are curved to follow the shortest path on the surface of the Earth. The default is the geodesic state of the inputs, or true if the inputs are numbers. |\n| `maxError` | ErrorMargin, optional | Max error when input geometry must be reprojected to an explicitly requested result projection or geodesic state. |"]]