REST Resource: projects.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 resources represent maps and are defined by a name, expression to compute, file format, optional band IDs, and visualization options."],["The map resource uses an expression to generate map tiles and allows customization through file format, band selection, and visualization settings."],["Users can create EarthEngineMap resources using the `create` method, which generates an ID for rendering map tiles based on the defined expression and configurations."]]],["The content describes the \"EarthEngineMap\" resource, detailing its structure and function. Key components include `name`, `expression` (for computation), `fileFormat` (output format), `bandIds` (specific band selection), and `visualizationOptions` (RGB visualization settings). The resource allows defining the map's data source, how to compute it, how to represent it, how to visualize it and its output format. The core action is using the `create` method to generate a map ID for rendering computation results.\n"]]