إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.ImageCollection.bounds
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تنشئ هذه الدالة مربّعًا محيطًا حول الأشكال الهندسية في مجموعة.
الاستخدام | المرتجعات |
---|
ImageCollection.bounds(maxError, proj) | هندسة |
الوسيطة | النوع | التفاصيل |
---|
هذا: collection | FeatureCollection | المجموعة التي سيتم إنشاء حدودها. |
maxError | ErrorMargin، اختياري | الحدّ الأقصى لمقدار الخطأ المسموح به عند إجراء أي عملية إعادة إسقاط ضرورية. |
proj | التوقّعات، اختيارية | إذا تم تحديدها، ستكون النتيجة في هذا العرض. وإلا سيكون بتنسيق EPSG:4326. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eCalculates a bounding box that encompasses all geometries within a given collection.\u003c/p\u003e\n"],["\u003cp\u003eThe function can accept optional parameters for controlling the maximum tolerated error during reprojection.\u003c/p\u003e\n"],["\u003cp\u003eAn optional projection parameter can be supplied, if none is supplied it defaults to EPSG:4326.\u003c/p\u003e\n"],["\u003cp\u003eThe function takes a collection as an argument and will return a geometry.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.bounds\n\nConstructs a bounding box around the geometries in a collection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------|----------|\n| ImageCollection.bounds`(`*maxError* `, `*proj*`)` | Geometry |\n\n| Argument | Type | Details |\n|--------------------|-----------------------|-----------------------------------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The collection whose bounds will be constructed. |\n| `maxError` | ErrorMargin, optional | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, optional | If specified, the result will be in this projection. Otherwise it will be in EPSG:4326. |"]]