ee.Image.pixelCoordinates
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יוצר תמונה עם שני פסים שמכילה את קואורדינטות ה-x וה-y של כל פיקסל בהטלה הנתונה.
שימוש | החזרות |
---|
ee.Image.pixelCoordinates(projection) | תמונה |
ארגומנט | סוג | פרטים |
---|
projection | היטל | ההטלה שבה צריך לספק את הפיקסלים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eGenerates an image with two bands representing the x and y coordinates of each pixel.\u003c/p\u003e\n"],["\u003cp\u003eThe output image uses the specified projection for coordinate calculations.\u003c/p\u003e\n"],["\u003cp\u003eUseful for spatial analysis and referencing pixel locations within the image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.pixelCoordinates\n\nCreates a two-band image containing the x and y coordinates of each pixel in the given projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------|---------|\n| `ee.Image.pixelCoordinates(projection)` | Image |\n\n| Argument | Type | Details |\n|--------------|------------|--------------------------------------------|\n| `projection` | Projection | The projection in which to provide pixels. |"]]