ee.Geometry.MultiPoint.coveringGrid
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Returns a collection of features that cover this geometry, where each feature is a rectangle in the grid defined by the given projection.
שימוש | החזרות |
---|
MultiPoint.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)."],[],["The `coveringGrid` function generates a `FeatureCollection` of rectangular grid cells that intersect a given `Geometry`. It uses a specified `Projection` to define the grid, with cell corners at integer-valued positions. An optional `scale` argument can override the projection's scale. Each resulting feature represents a grid cell that overlaps with the input geometry. The function is called on the input `Geometry`.\n"],null,[]]