公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
ee.Geometry.BBox
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
建構矩形,其邊緣為經緯度線。
結果是 EPSG:4326 中的平面矩形。
如果 (東 - 西) ≥ 360,經度範圍會正規化為 -180 至
+180,否則系統會將這些值視為圓圈上的點 (例如,東方可能在數值上小於西方)。
用量 | 傳回 |
---|
ee.Geometry.BBox(west, south, east, north) | Geometry.BBox |
引數 | 類型 | 詳細資料 |
---|
west | 數字 | 最西邊的封閉經度。系統會調整至 -180° 到 180° 的範圍。 |
south | 數字 | 最南端的封閉緯度。如果小於 -90°
(南極),系統會視為 -90°。 |
east | 數字 | 最東邊的封閉經度。 |
north | 數字 | 最北端的封閉緯度。如果大於 +90° (北極),則會視為 +90°。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],["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,[]]