Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Resource: FeatureView
Informasi tentang peta FeatureView.
Representasi 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.}
Kolom
name
string
Nama resource yang mewakili peta, dalam bentuk "projects/*/featureViews/**" (misalnya, "projects/earthengine-legacy/featureViews/").
Kumpulan opsi visualisasi FeatureView yang akan diterapkan ke kartu pada waktu penayangan. Berdasarkan proto google.earthengine.datamaps.v1.MapOptions.
Kolom union source. Sumber data peta ini. source hanya dapat berupa salah satu dari berikut:
asset
string
Nama aset Earth Engine yang akan digunakan untuk membuat FeatureView.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]