सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ज्यामिति को किसी खास प्रोजेक्शन में बदलता है.
इस्तेमाल
रिटर्न
BBox.transform(proj, maxError)
ज्यामिति
आर्ग्यूमेंट
टाइप
विवरण
यह: geometry
ज्यामिति
वह ज्यामिति जिसे फिर से प्रोजेक्ट करना है.
proj
अनुमान, ज़रूरी नहीं है
टारगेट प्रोजेक्शन. डिफ़ॉल्ट रूप से, यह EPSG:4326 पर सेट होता है. अगर इसमें भौगोलिक सीआरएस है, तो ज्यामिति के किनारों को जियोडेसिक के तौर पर माना जाएगा. ऐसा न करने पर, प्रोजेक्शन में उन्हें सीधी लाइनों के तौर पर दिखाया जाएगा.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["`transform()` modifies a geometry's projection to a target projection, defaulting to EPSG:4326."],["The geometry's edges are treated as geodesics if the target projection has a geographic CRS, otherwise as straight lines within the projection."],["An optional `maxError` parameter controls the acceptable projection error during transformation."]]],["The `transform` function reprojects a given geometry to a target projection. It accepts the geometry to be reprojected, the desired projection (defaulting to EPSG:4326), and an optional maximum projection error. If the target projection is geographic, geometry edges are treated as geodesics; otherwise, they're considered straight lines. The function returns the transformed geometry after the projection operation is complete.\n"]]