ui.Map.Layer.setName
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตั้งชื่อเลเยอร์
แสดงผลเลเยอร์แผนที่นี้
การใช้งาน | การคืนสินค้า |
---|
Layer.setName(name) | ui.Map.AbstractLayer |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.map.abstractlayer | ui.Map.AbstractLayer | อินสแตนซ์ ui.Map.AbstractLayer |
name | สตริง ไม่บังคับ | ชื่อเลเยอร์ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003esetName\u003c/code\u003e function allows you to assign a name to a map layer within the Earth Engine user interface.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003esetName\u003c/code\u003e on a \u003ccode\u003eui.Map.AbstractLayer\u003c/code\u003e object returns the layer itself, allowing for method chaining.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e argument is optional and represents the desired name for the layer as a string.\u003c/p\u003e\n"]]],[],null,["# ui.Map.Layer.setName\n\n\u003cbr /\u003e\n\nSets the name of the layer.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|---------------------------|----------------------|\n| Layer.setName`(`*name*`)` | ui.Map.AbstractLayer |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.abstractlayer` | ui.Map.AbstractLayer | The ui.Map.AbstractLayer instance. |\n| `name` | String, optional | The name of the layer. |"]]