सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी तय दूरी के हिसाब से बफ़र किए गए इनपुट को दिखाता है. अगर दूरी पॉज़िटिव है, तो ज्यामिति को बड़ा किया जाता है. अगर दूरी नेगेटिव है, तो ज्यामिति को छोटा किया जाता है.
इस्तेमाल
रिटर्न
LinearRing.buffer(distance, maxError, proj)
ज्यामिति
आर्ग्यूमेंट
टाइप
विवरण
यह: geometry
ज्यामिति
बफ़र की जा रही जियॉमेट्री.
distance
फ़्लोट
बफ़रिंग की दूरी, जो नेगेटिव हो सकती है. अगर कोई प्रोजेक्शन नहीं दिया गया है, तो यूनिट मीटर में होती है. इसके अलावा, यूनिट को प्रोजेक्शन के कोऑर्डिनेट सिस्टम में रखा जाता है.
maxError
ErrorMargin, डिफ़ॉल्ट: null
बफ़रिंग सर्कल का अनुमान लगाते समय और ज़रूरी रीप्रोजेक्शन करते समय, गड़बड़ी की ज़्यादा से ज़्यादा सीमा. अगर कोई वैल्यू तय नहीं की गई है, तो डिफ़ॉल्ट रूप से दूरी का 1% होता है.
proj
प्रोजेक्शन, डिफ़ॉल्ट: null
अगर ऐसा तय किया जाता है, तो बफ़रिंग इस प्रोजेक्शन में की जाएगी. साथ ही, दूरी को इस प्रोजेक्शन के कोऑर्डिनेट सिस्टम की इकाइयों के तौर पर समझा जाएगा. अगर ऐसा नहीं है, तो दूरी को मीटर में माना जाता है और बफ़रिंग को स्फ़ेरिकल कोऑर्डिनेट सिस्टम में किया जाता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["Returns a Geometry representing the input LinearRing expanded or contracted by a specified distance."],["A positive distance expands the geometry while a negative distance contracts it."],["The buffering can be performed using meters or a specified projection's units."],["An optional error margin controls the accuracy of the buffer approximation."]]],["The `buffer` method expands or contracts a geometry by a specified distance. The `distance` parameter determines the buffer's size; positive values expand, while negative values contract. `maxError` sets the tolerance for approximation and reprojection errors, defaulting to 1% of the distance. An optional `proj` parameter defines the coordinate system, otherwise, distance is measured in meters using a spherical system. The method takes a geometry, floats for `distance` and `maxError` and a `projection` for the `proj` parameter. The result is a new `geometry`.\n"]]