ऑब्जेक्ट और तरीकों के बारे में खास जानकारी
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Earth Engine API, ऑब्जेक्ट और तरीकों से बना होता है. ऑब्जेक्ट, डेटा टाइप दिखाते हैं. जैसे, रेस्टर इमेज, वेक्टर फ़ीचर, संख्याएं, और स्ट्रिंग.
इनमें से हर ऑब्जेक्ट किसी खास क्लास से जुड़ा होता है. साथ ही, हर क्लास के लिए फ़ंक्शन का एक सख्त सेट उपलब्ध होता है.
ऑब्जेक्ट और तरीकों को वर्कफ़्लो स्क्रिप्ट में जोड़कर, प्रोसेस करने के लिए Earth Engine के सर्वर पर भेजा जाता है. सामान्य ऑब्जेक्ट क्लास और उनके तरीकों के बारे में जानने के लिए, यहां दिए गए कार्ड पर क्लिक करें. इससे, आपको तरीकों के उदाहरण दिखेंगे.
Earth Engine क्लास और उनके तरीकों की पूरी सूची, एपीआई रेफ़रंस गाइड के क्लाइंट लाइब्रेरी सेक्शन में देखी जा सकती है. उदाहरण के लिए, ee.Image.add
. यही रेफ़रंस जानकारी, JavaScript कोड एडिटर के दस्तावेज़ टैब में भी उपलब्ध है.
Earth Engine की सामान्य ऑब्जेक्ट क्लास
इमेज
Earth Engine में मौजूद बुनियादी रेस्टर डेटा टाइप.
ज्यामिति
Earth Engine में बुनियादी वेक्टर डेटा टाइप.
सुविधा
एट्रिब्यूट वाली ज्यामिति.
रिड्यूसर
आंकड़ों का हिसाब लगाने या एग्रीगेशन करने के लिए इस्तेमाल किया जाने वाला ऑब्जेक्ट.
जुड़ें
समय, जगह या एट्रिब्यूट प्रॉपर्टी के आधार पर डेटासेट (इमेज या फ़ीचर कलेक्शन) को जोड़ें.
Array
कई डाइमेंशन वाले विश्लेषण के लिए ऑब्जेक्ट.
चार्ट
प्रॉपर्टी और स्पेसटाइम में कमी को चार्ट में दिखाने के लिए ऑब्जेक्ट.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe Earth Engine API uses objects like images and features, each with specific methods, to process data on Earth Engine servers.\u003c/p\u003e\n"],["\u003cp\u003eWorkflows are created by combining these objects and methods in scripts.\u003c/p\u003e\n"],["\u003cp\u003eComprehensive API documentation with class details and methods is available in the API Reference Guide and Code Editor Docs tab.\u003c/p\u003e\n"],["\u003cp\u003eCommon Earth Engine object classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart, each serving specific data and analytical purposes.\u003c/p\u003e\n"],["\u003cp\u003eExplore the provided links to learn about each object class and see example procedures.\u003c/p\u003e\n"]]],["The Earth Engine API uses objects (raster images, vector features, numbers, strings) and methods within workflow scripts sent for server processing. Each object belongs to a class with specific functions. Key classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart. These classes represent data types, data sets, and tools for analysis. The API Reference Guide and the Code Editor Docs contain complete class and method information.\n"],null,["# Objects and Methods Overview\n\nThe Earth Engine API is composed of objects and methods. Objects represent data\ntypes such as raster images, vector features, numbers, and strings.\nEach of these objects belongs to a specific class, and each class has a\nstrict set of functions available to it.\n\nObjects and methods are combined in workflow scripts and sent to Earth Engine\nservers for processing. Learn about common object classes and their methods by\nclicking on the following cards to see example procedures.\n\nThe full list of Earth Engine classes and their methods can be found in the\n**Client Libraries** section of the [API Reference Guide](/earth-engine/apidocs)\n(e.g. [`ee.Image.add`](/earth-engine/apidocs/ee-date-advance)). The same\nreference information is also available under the JavaScript Code Editor\n[**Docs**](/earth-engine/guides/playground#api-reference-docs-tab) tab.\n\nCommon Earth Engine object classes\n----------------------------------\n\n[](/earth-engine/guides/image_overview) \n[### Image](/earth-engine/guides/image_overview)\n\n\nThe fundamental raster data type in Earth Engine. \n[](/earth-engine/guides/ic_creating) \n[### ImageCollection](/earth-engine/guides/ic_creating)\n\n\nA set of images. \n[](/earth-engine/guides/geometries) \n[### Geometry](/earth-engine/guides/geometries)\n\n\nThe fundamental vector data type in Earth Engine. \n[](/earth-engine/guides/features) \n[### Feature](/earth-engine/guides/features)\n\n\nA geometry with attributes. \n[](/earth-engine/guides/feature_collections) \n[### FeatureCollection](/earth-engine/guides/feature_collections)\n\n\nA set of features. \n[](/earth-engine/guides/reducers_intro) \n[### Reducer](/earth-engine/guides/reducers_intro)\n\n\nAn object used to compute statistics or perform aggregations. \n[](/earth-engine/guides/joins_intro) \n[### Join](/earth-engine/guides/joins_intro)\n\n\nCombine datasets (Image or Feature collections) based on time, location, or an attribute property. \n[](/earth-engine/guides/arrays_intro) \n[### Array](/earth-engine/guides/arrays_intro)\n\n\nAn object for multi-dimensional analyses. \n[](/earth-engine/guides/charts_overview) \n[### Chart](/earth-engine/guides/charts_overview)\n\n\nAn object for charting properties and spatiotemporal reductions."]]