ee.Geometry.BBox.coveringGrid
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
مجموعهای از ویژگیهایی را برمیگرداند که این هندسه را پوشش میدهند، که در آن هر ویژگی یک مستطیل در شبکه است که توسط طرح داده شده تعریف شده است.
استفاده | برمی گرداند | BBox. coveringGrid (proj, scale ) | مجموعه ویژگی ها |
استدلال | تایپ کنید | جزئیات | این: geometry | هندسه | نتیجه سلول های شبکه ای است که با این منطقه تلاقی می کنند. |
proj | فرافکنی | طرح ریزی که در آن شبکه ساخته می شود. یک ویژگی برای هر سلول شبکه ای ایجاد می شود که "هندسه" را قطع می کند، جایی که گوشه های سلول در موقعیت های با مقدار صحیح در طرح ریزی قرار دارند. اگر برجستگی بر حسب متر مقیاس بندی شود، نقاط روی شبکه ای به آن اندازه در نقطه مقیاس واقعی قرار می گیرند. |
scale | شناور، پیش فرض: null | در صورت ارائه، مقیاس طرح ریزی را لغو می کند. اگر طرح ریزی قبلاً مقیاس بندی نشده باشد، ممکن است لازم باشد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]