ee.Filter.area
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ऐसा फ़िल्टर दिखाता है जो तब पास होता है, जब दी गई ज्यामिति का क्षेत्रफल, दी गई सीमा (शामिल) के अंदर होता है.
इस्तेमाल | रिटर्न |
---|
ee.Filter.area(min, max, maxError, geometrySelector) | फ़िल्टर |
आर्ग्यूमेंट | टाइप | विवरण |
---|
min | फ़्लोट | वर्ग मीटर में कम से कम क्षेत्रफल (शामिल है). |
max | फ़्लोट | वर्ग मीटर में ज़्यादा से ज़्यादा क्षेत्रफल (इसमें शामिल है). |
maxError | ErrorMargin, डिफ़ॉल्ट: null | ज्यामिति के क्षेत्रफल का हिसाब लगाने के लिए, ज़्यादा से ज़्यादा गड़बड़ी की अनुमति है. |
geometrySelector | स्ट्रिंग, डिफ़ॉल्ट: null | फ़िल्टर करने के लिए इस्तेमाल की जाने वाली, ज्यामिति प्रॉपर्टी का नाम. ऑब्जेक्ट की ज्यामिति पर काम करने के लिए, इसे खाली छोड़ दें या '.geo' का इस्तेमाल करें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eFilters geometries based on their area, accepting a minimum and maximum area in square meters.\u003c/p\u003e\n"],["\u003cp\u003eIncludes optional parameters to specify the maximum allowed error for area calculation and the geometry property to use.\u003c/p\u003e\n"],["\u003cp\u003eUses inclusive ranges, meaning geometries with areas equal to the minimum or maximum are included.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.area\n\nReturns a filter that passes if the specified geometry has an area within the given range (inclusive).\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------------|---------|\n| `ee.Filter.area(min, max, `*maxError* `, `*geometrySelector*`)` | Filter |\n\n| Argument | Type | Details |\n|--------------------|----------------------------|------------------------------------------------------------------------------------------------------------------------|\n| `min` | Float | Minimum area in square meters (inclusive). |\n| `max` | Float | Maximum area in square meters (inclusive). |\n| `maxError` | ErrorMargin, default: null | The maximum allowed error for computing the geometry's area. |\n| `geometrySelector` | String, default: null | The name of the geometry property to use for filtering. Leave blank or use '.geo' to operate on the object's geometry. |"]]