ee.Filter.lt
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
กรองข้อมูลเมตาที่น้อยกว่าค่าที่ระบุ
แสดงผลตัวกรองที่สร้างขึ้น
การใช้งาน | การคืนสินค้า |
---|
ee.Filter.lt(name, value) | ตัวกรอง |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
name | สตริง | ชื่อพร็อพเพอร์ตี้ที่จะกรอง |
value | วัตถุ | ค่าที่จะเปรียบเทียบ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eee.Filter.lt\u003c/code\u003e creates a filter that selects features where the specified property value is less than the provided value.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts two arguments: the property name (\u003ccode\u003ename\u003c/code\u003e) and the value to compare against (\u003ccode\u003evalue\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a Filter object ready to be used in Earth Engine operations.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.lt\n\n\u003cbr /\u003e\n\nFilter to metadata less than the given value.\n\n\u003cbr /\u003e\n\nReturns the constructed filter.\n\n| Usage | Returns |\n|-----------------------------|---------|\n| `ee.Filter.lt(name, value)` | Filter |\n\n| Argument | Type | Details |\n|----------|--------|---------------------------------|\n| `name` | String | The property name to filter on. |\n| `value` | Object | The value to compare against. |"]]