सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किसी बिंदु के बारे में बताने वाला 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-08 (UTC) को अपडेट किया गया."],[[["`ee.Geometry.Point` creates a point geometry in Earth Engine."],["Points can be constructed using a list of \\[x,y] coordinates and an optional projection (defaults to EPSG:4326)."],["Conveniently, points in EPSG:4326 can be created using `ee.Geometry.Point(lng, lat)`."]]],["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"]]