सूचना: जिन गैर-व्यावसायिक प्रोजेक्ट के लिए Earth Engine को 15 अप्रैल, 2025 से पहले रजिस्टर किया गया है उन्हें ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल से जुड़ी ज़रूरी शर्तों की पुष्टि करनी होगी. अगर आपने 26 सितंबर, 2025 तक पुष्टि नहीं की, तो आपके ऐक्सेस को होल्ड पर रखा जा सकता है.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किसी बिंदु के बारे में बताने वाला ee.Geometry बनाता है.
जब सभी आर्ग्युमेंट संख्याएं हों, तो सुविधा के लिए वैरग्स का इस्तेमाल किया जा सकता है. इससे EPSG:4326 पॉइंट बनाए जा सकते हैं, जैसे कि ee.Geometry.Point(lng, lat).
इस्तेमाल
रिटर्न
ee.Geometry.Point(coords, proj)
Geometry.Point
आर्ग्यूमेंट
टाइप
विवरण
coords
List<Number>
दिए गए प्रोजेक्शन में दो [x,y] निर्देशांक की सूची.
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-25 (UTC) को अपडेट किया गया."],[],["The `ee.Geometry.Point` function creates a point geometry. It accepts a list of two coordinates `[x, y]` and an optional projection. If no projection is given, it defaults to EPSG:4326. Multiple numerical arguments can be used to specify longitude and latitude for EPSG:4326. The function returns a `Geometry.Point` object. Example usage: `ee.Geometry.Point([-122.08412, 37.42189])` constructs a point using longitude and latitude coordinates.\n"]]