با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
هندسه ee را می سازد که یک نقطه را توصیف می کند.
برای راحتی کار، زمانی که همه آرگومان ها اعداد هستند، می توان از varargs استفاده کرد. این اجازه می دهد تا EPSG:4326 نقطه ایجاد کنید، به عنوان مثال ee.Geometry.Point(lng، lat).
استفاده
برمی گرداند
ee.Geometry.Point(coords, proj )
هندسه.نقطه
استدلال
تایپ کنید
جزئیات
coords
فهرست <تعداد>
لیستی از دو مختصات [x,y] در طرح داده شده.
proj
طرح ریزی، اختیاری
طرح ریزی این هندسه یا EPSG:4326 اگر مشخص نشده باشد.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["`ee.Geometry.Point` creates a point geometry in Earth Engine."],["Points can be constructed using a list of \\[x,y] coordinates and an optional projection (defaults to EPSG:4326)."],["Conveniently, points in EPSG:4326 can be created using `ee.Geometry.Point(lng, lat)`."]]],["The `ee.Geometry.Point` function creates a point geometry. It accepts a list of two coordinates `[x, y]` and an optional projection. If no projection is given, it defaults to EPSG:4326. Multiple numerical arguments can be used to specify longitude and latitude for EPSG:4326. The function returns a `Geometry.Point` object. Example usage: `ee.Geometry.Point([-122.08412, 37.42189])` constructs a point using longitude and latitude coordinates.\n"]]