إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Geometry.BBox.coveringGrid
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض هذه الدالة مجموعة من العناصر التي تغطي هذا الشكل الهندسي، حيث يكون كل عنصر مستطيلاً في الشبكة المحددة بواسطة الإسقاط المحدّد.
الاستخدام | المرتجعات |
---|
BBox.coveringGrid(proj, scale) | FeatureCollection |
الوسيطة | النوع | التفاصيل |
---|
هذا: geometry | هندسة | والنتيجة هي خلايا الشبكة التي تتقاطع مع هذه المنطقة. |
proj | الإسقاط | نظام الإسقاط الذي سيتم إنشاء الشبكة فيه. يتم إنشاء عنصر لكل خلية شبكة تتقاطع مع "الشكل الهندسي"، حيث تكون أركان الخلية في مواضع ذات قيم صحيحة في الإسقاط. إذا تم تغيير حجم العرض بالوحدات المترية، ستكون النقاط على شبكة بهذا الحجم عند نقطة المقياس الحقيقي. |
scale | العدد العائم، القيمة التلقائية: null | تتجاوز هذه السمة مقياس العرض، إذا تم توفيره. قد يكون ذلك مطلوبًا إذا لم يتم تغيير حجم العرض من قبل. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eReturns a FeatureCollection of rectangular grid cells covering the input geometry.\u003c/p\u003e\n"],["\u003cp\u003eThe grid is defined by the provided projection and an optional scale parameter.\u003c/p\u003e\n"],["\u003cp\u003eEach feature in the collection represents a grid cell intersecting the input geometry.\u003c/p\u003e\n"],["\u003cp\u003eThe projection's scale determines the size of the grid cells, or it can be overridden with the \u003ccode\u003escale\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],["The `BBox.coveringGrid` function generates a `FeatureCollection` of rectangular grid cells that intersect a given geometry. It requires a `Geometry` and a `Projection` to define the grid. Each grid cell is represented as a feature. An optional `scale` argument overrides the projection's scale. The function returns grid cells intersecting the geometry, with cell corners at integer-valued positions in the defined projection. The projection's scale determines the grid's size if it is in meters.\n"],null,["# ee.Geometry.BBox.coveringGrid\n\nReturns a collection of features that cover this geometry, where each feature is a rectangle in the grid defined by the given projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------|-------------------|\n| BBox.coveringGrid`(proj, `*scale*`)` | FeatureCollection |\n\n| Argument | Type | Details |\n|------------------|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `geometry` | Geometry | The result is the grid cells that intersect with this region. |\n| `proj` | Projection | The projection in which to construct the grid. A feature is generated for each grid cell that intersects 'geometry', where cell corners are at integer-valued positions in the projection. If the projection is scaled in meters, the points will be on a grid of that size at the point of true scale. |\n| `scale` | Float, default: null | Overrides the scale of the projection, if provided. May be required if the projection isn't already scaled. |"]]