ee.Image.geometry
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
هندسه یک ویژگی معین را در یک طرح داده شده برمیگرداند.
استفاده | برمی گرداند | Image. geometry ( maxError , proj , geodesics ) | هندسه |
استدلال | تایپ کنید | جزئیات | این: feature | عنصر | ویژگی که هندسه از آن گرفته شده است. |
maxError | ErrorMargin، پیش فرض: null | حداکثر مقدار خطای قابل تحمل هنگام انجام هر گونه بازطراحی ضروری. |
proj | Projection، پیش فرض: null | اگر مشخص شود، هندسه در این طرح خواهد بود. اگر مشخص نشده باشد، هندسه در طرح پیش فرض خود خواهد بود. |
geodesics | Boolean، پیشفرض: null | اگر درست باشد، هندسه دارای لبه های ژئودزیکی خواهد بود. اگر نادرست باشد، لبه هایی به صورت خطوط مستقیم در طرح ریزی مشخص شده خواهد داشت. اگر تهی باشد، تفسیر لبه مانند هندسه اصلی خواهد بود. اگر proj مشخص نشده باشد، این آرگومان نادیده گرفته می شود. |
،هندسه یک ویژگی معین را در یک طرح داده شده برمیگرداند.
استفاده | برمی گرداند | Image. geometry ( maxError , proj , geodesics ) | هندسه |
استدلال | تایپ کنید | جزئیات | این: feature | عنصر | ویژگی که هندسه از آن گرفته شده است. |
maxError | ErrorMargin، پیش فرض: null | حداکثر مقدار خطای قابل تحمل هنگام انجام هر گونه بازطراحی ضروری. |
proj | Projection، پیش فرض: null | اگر مشخص شود، هندسه در این طرح خواهد بود. اگر مشخص نشده باشد، هندسه در طرح پیش فرض خود خواهد بود. |
geodesics | Boolean، پیشفرض: null | اگر درست باشد، هندسه دارای لبه های ژئودزیکی خواهد بود. اگر نادرست باشد، لبه هایی به صورت خطوط مستقیم در طرح ریزی مشخص شده خواهد داشت. اگر تهی باشد، تفسیر لبه مانند هندسه اصلی خواهد بود. اگر proj مشخص نشده باشد، این آرگومان نادیده گرفته می شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eReturns the geometry of an image feature, optionally reprojected and with controlled error margins.\u003c/p\u003e\n"],["\u003cp\u003eAccepts parameters to specify the maximum reprojection error, the desired output projection, and whether to use geodesic edges.\u003c/p\u003e\n"],["\u003cp\u003eBy default, returns the geometry in its original projection and with the original edge interpretation.\u003c/p\u003e\n"],["\u003cp\u003eIf a projection is specified without defining geodesic behavior, the original geometry's edge interpretation is preserved.\u003c/p\u003e\n"],["\u003cp\u003eApplies to image features and allows extraction of their geometric properties for further analysis or visualization.\u003c/p\u003e\n"]]],[],null,["# ee.Image.geometry\n\nReturns the geometry of a given feature in a given projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------|----------|\n| Image.geometry`(`*maxError* `, `*proj* `, `*geodesics*`)` | Geometry |\n\n| Argument | Type | Details |\n|-----------------|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `feature` | Element | The feature from which the geometry is taken. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | If specified, the geometry will be in this projection. If unspecified, the geometry will be in its default projection. |\n| `geodesics` | Boolean, default: null | If true, the geometry will have geodesic edges. If false, it will have edges as straight lines in the specified projection. If null, the edge interpretation will be the same as the original geometry. This argument is ignored if proj is not specified. |"]]