ee.Image.set
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Ghi đè một hoặc nhiều thuộc tính siêu dữ liệu của một Phần tử.
Trả về phần tử có các thuộc tính được chỉ định bị ghi đè.
Cách sử dụng | Giá trị trả về |
---|
Image.set(var_args) | Phần tử |
Đối số | Loại | Thông tin chi tiết |
---|
this: element | Phần tử | Thực thể Phần tử. |
var_args | VarArgs<Object> | Một từ điển thuộc tính hoặc một chuỗi vararg thuộc tính, ví dụ: key1, value1, key2, value2, ... |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eOverrides one or more metadata properties of an Element.\u003c/p\u003e\n"],["\u003cp\u003eReturns the modified Element with the overridden properties.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a dictionary or a sequence of key-value pairs to specify the properties to override.\u003c/p\u003e\n"],["\u003cp\u003eApplied using the \u003ccode\u003eset\u003c/code\u003e method on an Element instance.\u003c/p\u003e\n"]]],[],null,["# ee.Image.set\n\n\u003cbr /\u003e\n\nOverrides one or more metadata properties of an Element.\n\n\u003cbr /\u003e\n\nReturns the element with the specified properties overridden.\n\n| Usage | Returns |\n|-----------------------|---------|\n| Image.set`(var_args)` | Element |\n\n| Argument | Type | Details |\n|-----------------|-------------------|-------------------------------------------------------------------------------------------------------------|\n| this: `element` | Element | The Element instance. |\n| `var_args` | VarArgs\\\u003cObject\\\u003e | Either a dictionary of properties, or a vararg sequence of properties, e.g. key1, value1, key2, value2, ... |"]]