ee.Feature.bounds
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک ویژگی حاوی کادر مرزی هندسه یک ویژگی مشخص را برمیگرداند.
استفاده | برمی گرداند | Feature. bounds ( maxError , proj ) | ویژگی |
استدلال | تایپ کنید | جزئیات | این: feature | عنصر | ویژگی که مرز آن در حال محاسبه است. |
maxError | ErrorMargin، پیش فرض: null | حداکثر مقدار خطای قابل تحمل هنگام انجام هر گونه بازطراحی ضروری. |
proj | Projection، پیش فرض: null | اگر مشخص شود، نتیجه در این طرح خواهد بود. در غیر این صورت در EPSG:4326 خواهد بود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eCalculates the bounding box, which represents the minimum and maximum coordinates, of a given geographical feature.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting bounding box can be optionally reprojected to a specified coordinate system (like EPSG:4326) with a defined error margin.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFeature.bounds()\u003c/code\u003e function takes the feature, an optional error margin for reprojection, and an optional target projection as inputs.\u003c/p\u003e\n"]]],["The `Feature.bounds()` method calculates and returns a new feature representing the bounding box of an input feature's geometry. It accepts optional arguments `maxError` to control reprojection accuracy and `proj` to specify the desired output projection (defaulting to EPSG:4326). The method operates on a given feature and produces a bounding box feature, accommodating potential reprojection if requested. The input feature can be any element.\n"],null,["# ee.Feature.bounds\n\nReturns a feature containing the bounding box of the geometry of a given feature.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------|---------|\n| Feature.bounds`(`*maxError* `, `*proj*`)` | Feature |\n\n| Argument | Type | Details |\n|-----------------|----------------------------|-----------------------------------------------------------------------------------------|\n| this: `feature` | Element | The feature the bound of which is being calculated. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | If specified, the result will be in this projection. Otherwise it will be in EPSG:4326. |"]]