सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किसी टेबल ऐसेट के लिए उपलब्ध सुविधाओं की सूची बनाएं.
कॉल के नतीजे दिखाता है. अगर कॉलबैक तय किया गया है, तो इसकी वैल्यू शून्य होती है.
इस्तेमाल
रिटर्न
ee.data.listFeatures(asset, params, callback)
api.ListFeaturesResponse
आर्ग्यूमेंट
टाइप
विवरण
asset
स्ट्रिंग
क्वेरी करने के लिए टेबल ऐसेट का आईडी.
params
api.ProjectsAssetsListFeaturesNamedParameters
यह एक ऐसा ऑब्जेक्ट है जिसमें अनुरोध के पैरामीटर शामिल होते हैं. इनकी ये वैल्यू हो सकती हैं:
pageSize (संख्या): यह हर पेज पर ज़्यादा से ज़्यादा नतीजों की संख्या होती है. यह विकल्प इस्तेमाल करना ज़रूरी नहीं है. डिफ़ॉल्ट रूप से यह संख्या 1, 000 होती है.
pageToken (string): यह एक ऐसा टोकन है जो यह पहचान करता है कि सर्वर को नतीजों का कौनसा पेज दिखाना चाहिए. आम तौर पर, इसे रिस्पॉन्स ऑब्जेक्ट से लिया जाता है.
region (string): अगर मौजूद है, तो क्वेरी क्षेत्र को तय करने वाली ज्यामिति. इसे GeoJSON ज्यामिति स्ट्रिंग के तौर पर तय किया जाता है (RFC 7946 देखें).
filter (कॉमा लगाकर अलग की गई स्ट्रिंग): अगर यह मौजूद है, तो यह सामान्य प्रॉपर्टी फ़िल्टर के बारे में अतिरिक्त जानकारी देता है. (https://google.aip.dev/160 देखें).
callback
फ़ंक्शन, ज़रूरी नहीं है
यह एक वैकल्पिक कॉलबैक है. इसे दो पैरामीटर के साथ कॉल किया जाता है: पहला पैरामीटर, सुविधाओं की सूची है और दूसरा पैरामीटर, गड़बड़ी होने पर गड़बड़ी की स्ट्रिंग है. अगर यह पैरामीटर नहीं दिया जाता है, तो कॉल सिंक्रोनस तरीके से किया जाता है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["Lists features for a specified table asset using its ID."],["Allows optional parameters for filtering, pagination, and regional queries."],["Returns an `api.ListFeaturesResponse` object containing the features or null if a callback function is provided."],["Optionally accepts a callback function for asynchronous execution, receiving the features and potential errors."]]],["The core functionality involves listing features for a specified table asset. The `ee.data.listFeatures` function accepts an asset ID (`asset`) and request parameters (`params`). Parameters include `pageSize`, `pageToken`, `region`, and `filter`. It can optionally take a `callback` function for asynchronous calls. The function returns a `api.ListFeaturesResponse` object containing the features list, or it returns `null` if a callback is provided. It retrieves information from an asset and allows filtering and pagination.\n"]]