ee.Image.projection
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نمایش پیش فرض یک تصویر را برمی گرداند. اگر باندهای تصویر همه نمایش یکسان نداشته باشند، خطا می دهد.
استفاده | برمی گرداند | Image. projection () | فرافکنی |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویری که از آن می توان طرح ریزی را دریافت کرد. |
،نمایش پیش فرض یک تصویر را برمی گرداند. اگر باندهای تصویر همه نمایش یکسان نداشته باشند، خطا می دهد.
استفاده | برمی گرداند | Image. projection () | فرافکنی |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویری که از آن می توان طرح ریزی را دریافت کرد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]