Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
REST Resource: projects.featureView
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/").
|
visualizationExpression |
object (Expression )
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.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["\u003cp\u003eA FeatureView is a map resource defined by a name, visualization expression, and a source (an Earth Engine asset).\u003c/p\u003e\n"],["\u003cp\u003eIt uses a visualization expression based on the google.earthengine.datamaps.v1.MapOptions proto to apply visualization options to tiles during serving.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews can be created using the \u003ccode\u003ecreate\u003c/code\u003e method and are identified by a resource name following the format "projects/*/featureViews/**".\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.featureView\n\nResource: FeatureView\n---------------------\n\nInformation about a FeatureView map.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"visualizationExpression\": { object (/earth-engine/reference/rest/v1beta/Expression) }, // Union field `source` can be only one of the following: \"asset\": string // End of list of possible types for union field `source`. } ``` |\n\n| Fields ||\n|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the map, of the form \"projects/\\*/featureViews/\\*\\*\" (e.g. \"projects/earthengine-legacy/featureViews/\"). |\n| `visualizationExpression` | `object (`[Expression](/earth-engine/reference/rest/v1beta/Expression)`)` A set of FeatureView visualization options to apply to the tiles at serving-time. Based on the google.earthengine.datamaps.v1.MapOptions proto. |\n| Union field `source`. The source of this map's data. `source` can be only one of the following: ||\n| `asset` | `string` Earth Engine asset name for which to create a FeatureView. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|-----------------------|\n| ### [create](/earth-engine/reference/rest/v1beta/projects.featureView/create) | Create a FeatureView. |"]]