Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaynak: FeatureView
FeatureView haritası hakkında bilgi.
JSON gösterimi
{"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.}
Alanlar
name
string
Haritayı temsil eden kaynak adı. "projects/*/featureViews/**" biçimindedir (ör. "projects/earthengine-legacy/featureViews/").
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]