ee.Geometry.BBox
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک مستطیل می سازد که لبه های آن خطوط طول و عرض جغرافیایی است.
نتیجه یک مستطیل مسطح در EPSG:4326 است.
اگر (شرق - غرب) ≥ 360 باشد، دامنه طول جغرافیایی به 180- تا نرمال می شود.
+180; در غیر این صورت آنها به عنوان نقاط تعیین کننده در یک دایره در نظر گرفته می شوند (مثلاً شرق ممکن است از نظر عددی کمتر از غرب باشد).
استفاده | برمی گرداند | ee.Geometry.BBox(west, south, east, north) | هندسه.بی باکس |
استدلال | تایپ کنید | جزئیات | west | شماره | غربی ترین طول جغرافیایی محصور. برای قرار گرفتن در محدوده -180 درجه تا 180 درجه تنظیم می شود. |
south | شماره | جنوبی ترین عرض جغرافیایی محصور. اگر کمتر از -90 درجه باشد (قطب جنوب)، به عنوان -90 درجه در نظر گرفته می شود. |
east | شماره | شرقی ترین طول جغرافیایی محصور. |
north | شماره | شمالی ترین عرض جغرافیایی محصور. اگر بزرگتر از +90 درجه (قطب شمال) باشد، به عنوان +90 درجه در نظر گرفته می شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eCreates a rectangular geometry with edges defined by latitude and longitude coordinates, resulting in a planar rectangle in EPSG:4326 projection.\u003c/p\u003e\n"],["\u003cp\u003eIf the longitudinal difference (east - west) is greater than or equal to 360 degrees, the longitude range is normalized to -180 to +180 degrees; otherwise, the longitudes are treated as points on a circle.\u003c/p\u003e\n"],["\u003cp\u003eAccepts west, south, east, and north coordinates as input to define the rectangle's boundaries.\u003c/p\u003e\n"],["\u003cp\u003eThe south and north coordinates are clamped to -90 and +90 degrees respectively, representing the south and north poles.\u003c/p\u003e\n"]]],["Creates a planar rectangle using latitude and longitude values, returning a `Geometry.BBox` in EPSG:4326. Input arguments include `west`, `south`, `east`, and `north` (longitude and latitude). Longitude values are normalized to -180 to +180 if the range exceeds 360. Longitudes are treated as a circle if not exceeding 360. Latitude values are clamped to -90 and +90 if outside of range.\n"],null,["# ee.Geometry.BBox\n\n\u003cbr /\u003e\n\nConstructs a rectangle whose edges are lines of latitude and longitude.\n\n\u003cbr /\u003e\n\nThe result is a planar rectangle in EPSG:4326.\n\nIf (east - west) ≥ 360 then the longitude range will be normalized to -180 to\n\n+180; otherwise they will be treated as designating points on a circle (e.g. east may be numerically less than west).\n\n| Usage | Returns |\n|----------------------------------------------|---------------|\n| `ee.Geometry.BBox(west, south, east, north)` | Geometry.BBox |\n\n| Argument | Type | Details |\n|----------|--------|-------------------------------------------------------------------------------------------------|\n| `west` | Number | The westernmost enclosed longitude. Will be adjusted to lie in the range -180° to 180°. |\n| `south` | Number | The southernmost enclosed latitude. If less than -90° (south pole), will be treated as -90°. |\n| `east` | Number | The easternmost enclosed longitude. |\n| `north` | Number | The northernmost enclosed latitude. If greater than +90° (north pole), will be treated as +90°. |"]]