ee.Algorithms.GeometryConstructors.MultiPoint
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
از مختصات داده شده یک MultiPoint می سازد.
استفاده | برمی گرداند | ee.Algorithms.GeometryConstructors.MultiPoint(coordinates, crs ) | هندسه |
استدلال | تایپ کنید | جزئیات | coordinates | فهرست کنید | لیست نقاط یا جفت اعداد به ترتیب x,y. |
crs | Projection، پیش فرض: null | سیستم مرجع مختصات مختصات. پیشفرض پیشبینی ورودیها است که در آن Numbers EPSG:4326 در نظر گرفته میشود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eCreates a MultiPoint Geometry from a list of coordinates.\u003c/p\u003e\n"],["\u003cp\u003eInput coordinates can be either Points or coordinate pairs (x, y).\u003c/p\u003e\n"],["\u003cp\u003eThe coordinate reference system (CRS) can be specified, defaulting to EPSG:4326 if not provided.\u003c/p\u003e\n"]]],["This document describes how to create a `MultiPoint` geometry object. The `ee.Algorithms.GeometryConstructors.MultiPoint` function takes a list of `coordinates` as input, which can be either individual points or x,y number pairs. It also accepts an optional `crs` argument to define the coordinate reference system; if unspecified it will default to the projection of the inputs. The function will then return a Geometry object.\n"],null,["# ee.Algorithms.GeometryConstructors.MultiPoint\n\nConstructs a MultiPoint from the given coordinates.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------------------|----------|\n| `ee.Algorithms.GeometryConstructors.MultiPoint(coordinates, `*crs*`)` | Geometry |\n\n| Argument | Type | Details |\n|---------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `coordinates` | List | The list of Points or pairs of Numbers in x,y order. |\n| `crs` | Projection, default: null | The coordinate reference system of the coordinates. The default is the projection of the inputs, where Numbers are assumed to be EPSG:4326. |"]]