ee.Geometry.MultiPoint.transform
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
هندسه را به یک طرح ریزی خاص تبدیل می کند.
استفاده | برمی گرداند | MultiPoint. transform ( proj , maxError ) | هندسه |
استدلال | تایپ کنید | جزئیات | این: geometry | هندسه | هندسه برای بازپخش. |
proj | طرح ریزی، اختیاری | طرح ریزی هدف پیشفرض EPSG: 4326. اگر این یک CRS جغرافیایی داشته باشد، لبههای هندسه به عنوان ژئودزیک تفسیر میشوند. در غیر این صورت آنها به عنوان خطوط مستقیم در طرح ریزی تفسیر می شوند. |
maxError | ErrorMargin، پیش فرض: null | حداکثر خطای طرح ریزی |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThis function reprojects the given geometry to a new coordinate system, specified by the \u003ccode\u003eproj\u003c/code\u003e argument.\u003c/p\u003e\n"],["\u003cp\u003eBy default, the target projection is EPSG:4326 (WGS 84), and the geometry's edges are treated as geodesics or straight lines depending on the CRS type.\u003c/p\u003e\n"],["\u003cp\u003eUsers can define a maximum allowable projection error using the \u003ccode\u003emaxError\u003c/code\u003e parameter, enhancing precision.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a new Geometry object representing the transformed geometry.\u003c/p\u003e\n"]]],[],null,["# ee.Geometry.MultiPoint.transform\n\nTransforms the geometry to a specific projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------|----------|\n| MultiPoint.transform`(`*proj* `, `*maxError*`)` | Geometry |\n\n| Argument | Type | Details |\n|------------------|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `geometry` | Geometry | The geometry to reproject. |\n| `proj` | Projection, optional | The target projection. Defaults to EPSG:4326. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection. |\n| `maxError` | ErrorMargin, default: null | The maximum projection error. |"]]