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