ee.ImageCollection.load
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผลคอลเล็กชันรูปภาพตามรหัส
การใช้งาน | การคืนสินค้า |
---|
ee.ImageCollection.load(id, version) | ImageCollection |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
id | สตริง | รหัสเนื้อหาของคอลเล็กชันรูปภาพ |
version | Long, default: null | เวอร์ชันของชิ้นงาน -1 หมายถึงเวอร์ชันล่าสุด |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eLoads an image collection asset from the Earth Engine data catalog using its ID.\u003c/p\u003e\n"],["\u003cp\u003eAllows specifying a version number, with -1 defaulting to the latest version of the image collection.\u003c/p\u003e\n"],["\u003cp\u003eReturns the specified ImageCollection object for further processing within Earth Engine.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.load\n\nReturns the image collection given its ID.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------|-----------------|\n| `ee.ImageCollection.load(id, `*version*`)` | ImageCollection |\n\n| Argument | Type | Details |\n|-----------|---------------------|------------------------------------------------------------|\n| `id` | String | The asset ID of the image collection. |\n| `version` | Long, default: null | The version of the asset. -1 signifies the latest version. |"]]