संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: 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 in Earth Engine represented by a JSON object containing a name, visualization expression, and a data source."],["The data source for a FeatureView can be an Earth Engine asset, specified using the `asset` field in the JSON representation."],["Visualization options for the FeatureView are defined using the `visualizationExpression` field, based on the `google.earthengine.datamaps.v1.MapOptions` proto."],["FeatureViews are identified by a unique resource name with the format \"projects/*/featureViews/**\"."],["You can create a FeatureView using the `create` method provided by the Earth Engine API."]]],[]]