संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: FeatureView
FeatureView मैप के बारे में जानकारी.
JSON के काेड में दिखाना
{"name": string,"visualizationExpression": {object (Expression)},// Union field source can be only one of the following:"asset": string// End of list of possible types for union field source.}
फ़ील्ड
name
string
मैप को दिखाने वाले संसाधन का नाम, जो "projects/*/featureViews/**" फ़ॉर्मैट में होता है. उदाहरण के लिए, "projects/earthengine-legacy/featureViews/".
FeatureView विज़ुअलाइज़ेशन के विकल्पों का एक सेट, ताकि दिखाने के समय टाइल पर लागू किया जा सके. यह google.earthengine.datamaps.v1.MapOptions प्रोटो पर आधारित है.
यूनियन फ़ील्ड source. इस मैप के डेटा का सोर्स. source इनमें से कोई एक हो सकता है:
asset
string
Earth Engine ऐसेट का नाम, जिसके लिए FeatureView बनाना है.
[[["समझने में आसान है","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-03-06 (UTC) को अपडेट किया गया."],[[["A FeatureView is a map resource with customizable visualization options, sourced from an Earth Engine asset."],["It is represented by a JSON object specifying its name, visualization expression, and the source Earth Engine asset."],["You can create a FeatureView using the `projects.featureView/create` method."],["The `visualizationExpression` field allows you to define how the FeatureView is displayed based on the `google.earthengine.datamaps.v1.MapOptions` proto."]]],[]]