ee.Algorithms.String
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפונקציה ממירה את הקלט למחרוזת.
שימוש | החזרות |
---|
ee.Algorithms.String(input) | מחרוזת |
ארגומנט | סוג | פרטים |
---|
input | אובייקט | האובייקט להמרה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eConverts any input into its string representation.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003eee.Algorithms.String()\u003c/code\u003e function, accepting an object as input and returning a string.\u003c/p\u003e\n"],["\u003cp\u003eUseful for transforming data types within Earth Engine scripts for string-based operations.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.String\n\nConverts the input to a string.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------|---------|\n| `ee.Algorithms.String(input)` | String |\n\n| Argument | Type | Details |\n|----------|--------|------------------------|\n| `input` | Object | The object to convert. |"]]