ee.Filter
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สร้างตัวกรองใหม่ ตัวสร้างนี้ยอมรับอาร์กิวเมนต์ต่อไปนี้
- ตัวกรองอื่น
- รายการตัวกรอง (ซึ่งจะใช้ตรรกะ AND ร่วมกันโดยนัย)
- ComputedObject ที่แสดงผลตัวกรอง ผู้ใช้ไม่ควรสร้างรายการเหล่านี้ แต่ควรใช้ฟังก์ชันตัวสร้างด้านล่าง
การใช้งาน | การคืนสินค้า |
---|
ee.Filter(filter) | ตัวกรอง |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
filter | ตัวกรอง|List<Object>|Object, ไม่บังคับ | ตัวกรองที่ไม่บังคับที่จะเพิ่ม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eCreates a new filter object, potentially based on an existing filter, a list of filters (combined with AND logic), or a ComputedObject.\u003c/p\u003e\n"],["\u003cp\u003eUsers typically won't create ComputedObjects directly; they're generated by specific functions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eee.Filter()\u003c/code\u003e constructor can optionally take an existing filter or a list of filters as an argument.\u003c/p\u003e\n"]]],["The `ee.Filter` constructor creates a new filter, accepting either another filter, a list of filters (treated as an AND operation), or a ComputedObject that returns a filter. Users can provide an optional filter, which can be either a single filter or a list. The function returns a new `Filter` object. The `ee.Filter` function is used as `ee.Filter(*filter*)`.\n"],null,["# ee.Filter\n\n\u003cbr /\u003e\n\nConstructs a new filter. This constructor accepts the following args:\n\n\u003cbr /\u003e\n\n- Another filter.\n\n- A list of filters (which are implicitly ANDed together).\n\n- A ComputedObject returning a filter. Users shouldn't be making these; they're produced by the generator functions below.\n\n| Usage | Returns |\n|-------------------------|---------|\n| `ee.Filter(`*filter*`)` | Filter |\n\n| Argument | Type | Details |\n|----------|------------------------------------------|-------------------------|\n| `filter` | Filter\\|List\\\u003cObject\\\u003e\\|Object, optional | Optional filter to add. |"]]