إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Image.projection
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض هذه السمة الإسقاط التلقائي لصورة. يُظهر هذا الإجراء خطأً إذا لم يكن لجميع نطاقات الصورة الإسقاط نفسه.
الاستخدام | المرتجعات |
---|
Image.projection() | الإسقاط |
الوسيطة | النوع | التفاصيل |
---|
هذا: image | صورة | الصورة التي سيتم الحصول على الإسقاط منها. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThis function retrieves the default projection of an image.\u003c/p\u003e\n"],["\u003cp\u003eAn error is thrown if the image bands have differing projections.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a Projection object.\u003c/p\u003e\n"],["\u003cp\u003eIt's used by calling \u003ccode\u003eImage.projection()\u003c/code\u003e on an image.\u003c/p\u003e\n"]]],["The core function is retrieving an image's default projection. It utilizes `Image.projection()` and returns a `Projection` object. The input is an `Image` object (`this: image`). The function verifies all image bands share the same projection; otherwise, it throws an error. Essentially, it extracts and returns the common spatial projection associated with the input image's data.\n"],null,["# ee.Image.projection\n\nReturns the default projection of an Image. Throws an error if the bands of the image don't all have the same projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------|------------|\n| Image.projection`()` | Projection |\n\n| Argument | Type | Details |\n|---------------|-------|---------------------------------------------|\n| this: `image` | Image | The image from which to get the projection. |"]]