ee.Image.bandNames
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงรายการที่มีชื่อของแถบสีของรูปภาพ
การใช้งาน | การคืนสินค้า |
---|
Image.bandNames() | รายการ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ image | รูปภาพ | รูปภาพที่จะใช้รับชื่อวงดนตรี |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThis method is used to retrieve a list of band names from an image.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebandNames()\u003c/code\u003e method is applied to an image and returns a list containing the names of the bands as strings.\u003c/p\u003e\n"],["\u003cp\u003eThe only argument is the image itself.\u003c/p\u003e\n"]]],["The `Image.bandNames()` function retrieves a list of band names from a given image. It takes one argument: the image itself. The function operates on an `Image` object and returns a `List` containing the string names of each band within that image. No other operations are performed besides listing existing band names.\n"],null,["# ee.Image.bandNames\n\nReturns a list containing the names of the bands of an image.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------|---------|\n| Image.bandNames`()` | List |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | The image from which to get band names. |"]]