REST Resource: projects.locations.maps
资源:EarthEngineMap
字段 |
name |
string
表示地图的资源名称,格式为“projects/*/maps/**”(例如“projects/earthengine-legacy/maps/”。
|
expression |
object (Expression )
要计算的表达式。
|
fileFormat |
enum (ImageFileFormat )
用于生成地图图块的输出文件格式。
|
bandIds[] |
string
如果存在,则指定要从给定表达式的计算结果中选择的一组特定频段。如果未指定,则系统会选择表达式生成的所有波段。
|
visualizationOptions |
object (VisualizationOptions )
一组可视化选项(如果有),用于生成数据的 8 位 RGB 可视化图表。
|
方法 |
|
创建一个 ID,用于渲染显示计算结果的地图图块。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-06。
[null,null,["最后更新时间 (UTC):2025-03-06。"],[[["EarthEngineMap is a resource that represents a map within Google Earth Engine, defined by an expression, file format, optional band selection, and visualization options."],["It allows you to create and render map tiles based on the computed results of the given expression."],["You can customize the visualization of the map tiles by specifying bands and using visualization options to produce an 8-bit RGB representation of the data."],["EarthEngineMap resources are identified by a unique name in the format \"projects/*/maps/**\"."]]],["This document outlines the structure and creation of Earth Engine maps. A map is defined by its `name`, an `expression` for computation, and a `fileFormat` for output. Users can specify `bandIds` to select specific bands or use `visualizationOptions` for RGB visualization. The core action is creating a map ID via the `create` method, allowing the rendering of map tiles based on a given computation. This method can be reached through `projects.locations.maps`.\n"]]