ee.Feature.containedIn
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
اگر و فقط اگر هندسه یک ویژگی در هندسه ویژگی دیگری باشد، درست را برمیگرداند.
استفاده | برمی گرداند | Feature. containedIn (right, maxError , proj ) | بولی |
استدلال | تایپ کنید | جزئیات | این: left | عنصر | ویژگی حاوی هندسه مورد استفاده به عنوان عملوند سمت چپ عملیات. |
right | عنصر | ویژگی حاوی هندسه مورد استفاده به عنوان عملوند مناسب عملیات. |
maxError | ErrorMargin، پیش فرض: null | حداکثر مقدار خطای قابل تحمل هنگام انجام هر گونه بازطراحی ضروری. |
proj | Projection، پیش فرض: null | طرح ریزی که در آن عملیات انجام می شود. اگر مشخص نشده باشد، عملیات در سیستم مختصات کروی انجام می شود و فواصل خطی بر حسب متر روی کره خواهد بود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eFeature.containedIn()\u003c/code\u003e determines if one feature's geometry is entirely within another's.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns true only if the 'left' feature's geometry is fully encompassed by the 'right' feature's geometry.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify an error margin (\u003ccode\u003emaxError\u003c/code\u003e) and projection (\u003ccode\u003eproj\u003c/code\u003e) for the operation, with the default being a spherical coordinate system using meters for linear distances.\u003c/p\u003e\n"]]],["The `containedIn` method checks if one feature's geometry is within another's. It takes a `right` feature as input, along with optional `maxError` for reprojection tolerance and `proj` for the desired projection. The method operates on a `left` feature and returns a Boolean value, indicating whether the `left` feature's geometry is contained within the `right` feature's geometry. If no projection is specified, the function defaults to operating on spherical coordinates.\n"],null,["# ee.Feature.containedIn\n\nReturns true if and only if the geometry of one feature is contained in the geometry of another.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------------|---------|\n| Feature.containedIn`(right, `*maxError* `, `*proj*`)` | Boolean |\n\n| Argument | Type | Details |\n|--------------|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `left` | Element | The feature containing the geometry used as the left operand of the operation. |\n| `right` | Element | The feature containing the geometry used as the right operand of the operation. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | The projection in which to perform the operation. If not specified, the operation will be performed in a spherical coordinate system, and linear distances will be in meters on the sphere. |"]]