公告:所有在 
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。如果您在 2025 年 9 月 26 日之前未完成验证,您的访问权限可能会被暂停。
  
        
 
       
     
  
  
  
    
  
  
  
    
      ui.Map.FeatureViewLayer
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
  
  
从 FeatureView 资产生成的图层,用于在 ui.Map 上显示。
| 用法 | 返回 | 
|---|
| ui.Map.FeatureViewLayer(assetId, visParams, name, shown, opacity) | ui.Map.FeatureViewLayer | 
| 参数 | 类型 | 详细信息 | 
|---|
| assetId | 字符串 | FeatureView 的资源 ID。 | 
| visParams | 对象,可选 | 相应图层的可视化参数。 | 
| name | 字符串,可选 | 图层的名称,显示在图层列表中以及检查此图层时。默认为素材资源 ID。 | 
| shown | 布尔值,可选 | 图层是否最初显示在地图上。默认值为 true。 | 
| opacity | 数字,可选 | 图层的不透明度,以介于 0 到 1 之间的数字表示。默认为 1。 | 
  
  
  
  
  
 
  
    
    
      
       
    
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-07-26。
  
  
  
    
      [null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The `ui.Map.FeatureViewLayer` function creates a layer from a FeatureView asset for display on a `ui.Map`. It requires the `assetId` of the FeatureView and accepts optional parameters: `visParams` for visualization settings, `name` for layer identification, `shown` to control initial visibility, and `opacity` to adjust the layer's transparency from 0 to 1.  The function returns a `ui.Map.FeatureViewLayer` object.\n"]]