ee.ImageCollection.bounds
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สร้างกรอบล้อมรอบรูปทรงเรขาคณิตในคอลเล็กชัน
การใช้งาน | การคืนสินค้า |
---|
ImageCollection.bounds(maxError, proj) | เรขาคณิต |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ collection | FeatureCollection | คอลเล็กชันที่จะสร้างขอบเขต |
maxError | ErrorMargin (ไม่บังคับ) | ปริมาณข้อผิดพลาดสูงสุดที่ยอมรับได้เมื่อทำการฉายซ้ำที่จำเป็น |
proj | การคาดการณ์ (ไม่บังคับ) | หากระบุไว้ ผลลัพธ์จะอยู่ในภาพฉายนี้ ไม่เช่นนั้นจะเป็น EPSG:4326 |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eCalculates a bounding box that encompasses all geometries within a given collection.\u003c/p\u003e\n"],["\u003cp\u003eThe function can accept optional parameters for controlling the maximum tolerated error during reprojection.\u003c/p\u003e\n"],["\u003cp\u003eAn optional projection parameter can be supplied, if none is supplied it defaults to EPSG:4326.\u003c/p\u003e\n"],["\u003cp\u003eThe function takes a collection as an argument and will return a geometry.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.bounds\n\nConstructs a bounding box around the geometries in a collection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------|----------|\n| ImageCollection.bounds`(`*maxError* `, `*proj*`)` | Geometry |\n\n| Argument | Type | Details |\n|--------------------|-----------------------|-----------------------------------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The collection whose bounds will be constructed. |\n| `maxError` | ErrorMargin, optional | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, optional | If specified, the result will be in this projection. Otherwise it will be in EPSG:4326. |"]]