إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Feature.transform
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تحويل شكل هندسي لعنصر إلى إسقاط معيّن
الاستخدام | المرتجعات |
---|
Feature.transform(proj, maxError) | الميزة |
الوسيطة | النوع | التفاصيل |
---|
هذا: feature | العنصر | العنصر الذي يتم تحويل شكله الهندسي. |
proj | التوقّعات، اختيارية | الإسقاط المستهدف القيمة التلقائية هي EPSG:4326. إذا كان هذا العنصر يتضمّن نظام إحداثيات مرجعيًا جغرافيًا، سيتم تفسير حواف الشكل الهندسي على أنّها خطوط جيوديسية. وفي ما عدا ذلك، سيتم تفسيرها على أنّها خطوط مستقيمة في الإسقاط. |
maxError | ErrorMargin، القيمة التلقائية: null | الحد الأقصى لخطأ العرض |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eTransforms the geometry of a given feature to a new projection, altering its spatial representation.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003eFeature.transform()\u003c/code\u003e method, accepting the target projection and an optional maximum error parameter.\u003c/p\u003e\n"],["\u003cp\u003eDefaults to the EPSG:4326 projection (WGS 84) if a target projection is not specified.\u003c/p\u003e\n"],["\u003cp\u003eInterprets geometry edges as geodesics for geographic CRS projections and as straight lines for projected CRS projections.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.transform\n\nTransforms the geometry of a feature to a specific projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------|---------|\n| Feature.transform`(`*proj* `, `*maxError*`)` | Feature |\n\n| Argument | Type | Details |\n|-----------------|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `feature` | Element | The feature the geometry of which is being converted. |\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. |"]]