הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יוצר ee.Geometry שמתאר MultiPoint.
לנוחותכם, אפשר להשתמש ב-varargs כשכל הארגומנטים הם מספרים. הפונקציה הזו מאפשרת ליצור MultiPoints ב-EPSG:4326 אם יש מספר זוגי של ארגומנטים, למשל ee.Geometry.MultiPoint(aLng, aLat, bLng, bLat, ...).
שימוש
החזרות
ee.Geometry.MultiPoint(coords, proj)
Geometry.MultiPoint
ארגומנט
סוג
פרטים
coords
List<Geometry>|List<List<Number>>|List<Number>
רשימה של נקודות, כל אחת בפורמט GeoJSON 'coordinates' של נקודה, או רשימה של קואורדינטות x,y בהטלה הנתונה, או ee.Geometry שמתארת נקודה.
proj
תחזית, אופציונלי
ההטלה של הגיאומטריה הזו. אם לא מציינים, ברירת המחדל היא ההטלה של קלט ee.Geometry, או EPSG:4326 אם אין קלט ee.Geometry.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-08 (שעון UTC)."],[[["Creates a MultiPoint Geometry, representing a collection of points."],["Accepts a list of points, which can be GeoJSON coordinates, coordinate pairs, or ee.Geometry points."],["Optionally allows specifying the projection of the geometry, defaulting to the input's projection or EPSG:4326."],["Supports a simplified construction using varargs for EPSG:4326 MultiPoints with alternating longitude and latitude values."]]],[]]