ee.Filter.dayOfYear
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.
Trả về một bộ lọc sẽ truyền nếu dấu thời gian của đối tượng nằm trong phạm vi ngày trong năm đã cho.
Cách sử dụng | Giá trị trả về |
---|
ee.Filter.dayOfYear(start, end) | Lọc |
Đối số | Loại | Thông tin chi tiết |
---|
start | Số nguyên | Ngày bắt đầu của phạm vi ngày mong muốn, bao gồm cả ngày bắt đầu. |
end | Số nguyên | Ngày kết thúc của phạm vi ngày mong muốn, bao gồm cả ngày đó. |
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-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eReturns a filter that selects data based on the day of the year.\u003c/p\u003e\n"],["\u003cp\u003eThe filter checks if an object's timestamp falls within a specified day-of-year range.\u003c/p\u003e\n"],["\u003cp\u003eUsers define the range using \u003ccode\u003estart\u003c/code\u003e and \u003ccode\u003eend\u003c/code\u003e parameters, representing the inclusive start and end days.\u003c/p\u003e\n"]]],["This function creates a filter based on the day of the year. It filters objects whose timestamps fall within a specified range of days. The `ee.Filter.dayOfYear(start, end)` method takes two integer arguments: `start` and `end`, representing the inclusive beginning and end of the desired day range, respectively. It returns a `Filter` object, which can be used to select data matching the day-of-year criteria.\n"],null,["# ee.Filter.dayOfYear\n\nReturns a filter that passes if the object's timestamp falls within the given day-of-year range.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------|---------|\n| `ee.Filter.dayOfYear(start, end)` | Filter |\n\n| Argument | Type | Details |\n|----------|---------|------------------------------------------------|\n| `start` | Integer | The start of the desired day range, inclusive. |\n| `end` | Integer | The end of the desired day range, inclusive. |"]]