הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפונקציה מאחזרת באופן אסינכרוני את הערך של האובייקט הזה מהשרת ומעבירה אותו לפונקציית הקריאה החוזרת שסופקה.
שימוש
החזרות
MultiPoint.evaluate(callback)
ארגומנט
סוג
פרטים
זה: computedobject
ComputedObject
המופע של ComputedObject.
callback
פונקציה
פונקציה מהצורה function(success, failure), שמופעלת כשהשרת מחזיר תשובה. אם הבקשה הצליחה, הארגומנט success מכיל את התוצאה המוערכת. אם הבקשה נכשלה, הארגומנט failure יכיל הודעת שגיאה.
[[["התוכן קל להבנה","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-26 (שעון UTC)."],[[["MultiPoint's `evaluate` function retrieves its value from the server asynchronously."],["The retrieved value is then passed to a user-defined callback function."],["The callback function handles both successful retrieval (using the `success` argument) and failures (using the `failure` argument)."]]],["The `MultiPoint.evaluate` method asynchronously fetches an object's value from the server. It takes a callback function as an argument. This function receives two arguments, `success` and `failure`. If the server request succeeds, `success` will hold the evaluated result. If it fails, `failure` will contain an error message. This action is performed on a `ComputedObject` instance. No return value is specified.\n"]]