ui.Map.GeometryLayer
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เลเยอร์ของ ee.Geometries สำหรับแสดงเป็นรูปร่างใน ui.Map
การใช้งาน | การคืนสินค้า |
---|
ui.Map.GeometryLayer(geometries, name, color, shown, locked) | ui.Map.GeometryLayer |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
geometries | List<Geometry> ไม่บังคับ | รูปทรงเรขาคณิตที่จะใช้เริ่มต้นเลเยอร์ |
name | สตริง ไม่บังคับ | ชื่อเลเยอร์ |
color | สตริง ไม่บังคับ | สี CSS ของรูปร่างในเลเยอร์ เช่น
"white" หรือ "#FFFFFF" ค่าเริ่มต้นคือ "#000000" (สีดำ) |
shown | บูลีน ไม่บังคับ | เลือกว่าจะแสดงรูปร่างในเลเยอร์หรือไม่ ค่าเริ่มต้นคือ True |
locked | บูลีน ไม่บังคับ | เลือกว่าจะล็อกการแก้ไขรูปร่างในเลเยอร์หรือไม่ ค่าเริ่มต้นคือ false |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003e\u003ccode\u003eui.Map.GeometryLayer\u003c/code\u003e displays a layer of Earth Engine Geometries as shapes on a \u003ccode\u003eui.Map\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe layer can be customized with geometries, name, color, visibility (\u003ccode\u003eshown\u003c/code\u003e), and editability (\u003ccode\u003elocked\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDefault color for shapes is black ("#000000") and the layer is shown and unlocked by default.\u003c/p\u003e\n"],["\u003cp\u003eUsers can create a GeometryLayer with \u003ccode\u003eui.Map.GeometryLayer(geometries, name, color, shown, locked)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ui.Map.GeometryLayer\n\n\u003cbr /\u003e\n\nA layer of ee.Geometries for display as shapes on a ui.Map.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------------------------------------------|----------------------|\n| `ui.Map.GeometryLayer(`*geometries* `, `*name* `, `*color* `, `*shown* `, `*locked*`)` | ui.Map.GeometryLayer |\n\n| Argument | Type | Details |\n|--------------|----------------------------|---------------------------------------------------------------------------------------------------------|\n| `geometries` | List\\\u003cGeometry\\\u003e, optional | The geometries with which to initialize the layer. |\n| `name` | String, optional | The name of the layer. |\n| `color` | String, optional | The CSS color of shapes in the layer, for instance \"white\" or \"#FFFFFF\". Defaults to \"#000000\" (black). |\n| `shown` | Boolean, optional | Whether to show the shapes in the layer. Defaults to true. |\n| `locked` | Boolean, optional | Whether to lock shape editing in the layer. Defaults to false. |"]]