ee.Geometry.MultiPolygon.coveringGrid
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Returns a collection of features that cover this geometry, where each feature is a rectangle in the grid defined by the given projection.
שימוש | החזרות |
---|
MultiPolygon.coveringGrid(proj, scale) | FeatureCollection |
ארגומנט | סוג | פרטים |
---|
זה: geometry | גיאומטריה | התוצאה היא התאים ברשת שחופפים לאזור הזה. |
proj | היטל | ההטלה שבה ייבנה הרשת. תכונה נוצרת לכל תא ברשת שחופף לגיאומטריה, כאשר פינות התאים נמצאות במיקומים עם ערכים שלמים בהטלה. אם ההטלה מותאמת בקנה מידה במטרים, הנקודות יהיו ברשת בגודל הזה בנקודה של קנה מידה אמיתי. |
scale | מספר ממשי (float), ברירת מחדל: null | הפונקציה מחליפה את קנה המידה של ההקרנה, אם הוא סופק. יכול להיות שיהיה צורך בפעולה הזו אם ההקרנה לא כבר לא מותאמת. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\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 grid cell in the FeatureCollection represents an intersection with the input geometry.\u003c/p\u003e\n"],["\u003cp\u003eThe scale parameter can override the projection's inherent scale if necessary for grid construction.\u003c/p\u003e\n"]]],[],null,["# ee.Geometry.MultiPolygon.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| MultiPolygon.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. |"]]