REST Resource: projects.featureViews
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: 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/")
|
visualizationExpression |
object (Expression )
ชุดตัวเลือกการแสดงภาพ FeatureView เพื่อใช้กับการ์ดในเวลาที่แสดง อิงตามโปรโตคอล google.earthengine.datamaps.v1.MapOptions
|
ฟิลด์สหภาพ source แหล่งที่มาของข้อมูลแผนที่นี้ source ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น |
asset |
string
ชื่อเนื้อหา Earth Engine ที่จะสร้าง FeatureView
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eA FeatureView is a map resource in Earth Engine represented by a JSON object containing a name, visualization expression, and a data source.\u003c/p\u003e\n"],["\u003cp\u003eThe data source for a FeatureView can be an Earth Engine asset, specified using the \u003ccode\u003easset\u003c/code\u003e field in the JSON representation.\u003c/p\u003e\n"],["\u003cp\u003eVisualization options for the FeatureView are defined using the \u003ccode\u003evisualizationExpression\u003c/code\u003e field, based on the \u003ccode\u003egoogle.earthengine.datamaps.v1.MapOptions\u003c/code\u003e proto.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews are identified by a unique resource name with the format "projects/*/featureViews/**".\u003c/p\u003e\n"],["\u003cp\u003eYou can create a FeatureView using the \u003ccode\u003ecreate\u003c/code\u003e method provided by the Earth Engine API.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.featureViews\n\nResource: FeatureView\n---------------------\n\nInformation about a FeatureView map.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"visualizationExpression\": { object (/earth-engine/reference/rest/v1/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/v1/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/v1/projects.featureViews/create) | Create a FeatureView. |"]]