REST Resource: projects.featureView
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: FeatureView
Thông tin về bản đồ FeatureView.
Biểu diễn dưới dạng 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 .
} |
Trường |
name |
string
Tên tài nguyên đại diện cho bản đồ, có dạng "projects/*/featureViews/**" (ví dụ: "projects/earthengine-legacy/featureViews/").
|
visualizationExpression |
object (Expression )
Một bộ tuỳ chọn trực quan hoá FeatureView để áp dụng cho các thẻ thông tin tại thời điểm phân phát. Dựa trên proto google.earthengine.datamaps.v1.MapOptions.
|
Trường hợp hợp nhất source . Nguồn dữ liệu của bản đồ này. source chỉ có thể là một trong những giá trị sau: |
asset |
string
Tên tài sản Earth Engine để tạo FeatureView.
|
Phương thức |
|
Tạo FeatureView. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eA FeatureView is a map resource defined by a name, visualization expression, and a source (which can be an Earth Engine asset).\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews use visualization options based on the google.earthengine.datamaps.v1.MapOptions protocol applied during tile serving.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews can be created using the \u003ccode\u003eprojects.featureView/create\u003c/code\u003e method and are identified by a unique resource name in 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/v1alpha/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/v1alpha/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/v1alpha/projects.featureView/create) | Create a FeatureView. |"]]