ee.Filter.gte
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
दी गई वैल्यू से ज़्यादा या उसके बराबर मेटाडेटा पर फ़िल्टर करें.
बनाया गया फ़िल्टर दिखाता है.
इस्तेमाल | रिटर्न |
---|
ee.Filter.gte(name, value) | फ़िल्टर |
आर्ग्यूमेंट | टाइप | विवरण |
---|
name | स्ट्रिंग | वह प्रॉपर्टी का नाम जिसके आधार पर फ़िल्टर करना है. |
value | ऑब्जेक्ट | वह वैल्यू जिससे तुलना करनी है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003eee.Filter.gte()\u003c/code\u003e function creates a filter that selects features where the specified property is greater than or equal to a given value.\u003c/p\u003e\n"],["\u003cp\u003eIt takes two arguments: the property name (\u003ccode\u003ename\u003c/code\u003e) as a string and the comparison value (\u003ccode\u003evalue\u003c/code\u003e) as an object.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a filter object that can be applied to collections.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.gte\n\n\u003cbr /\u003e\n\nFilter on metadata greater than or equal to the given value.\n\n\u003cbr /\u003e\n\nReturns the constructed filter.\n\n| Usage | Returns |\n|------------------------------|---------|\n| `ee.Filter.gte(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. |"]]