Earth Engine 推出了
非商业配额层级,以保护共享计算资源并确保为所有人提供可靠的性能。非商业项目默认使用 Community
层级,但您可以随时更改项目的层级。
Google 会使用 AI 技术将内容翻译成您偏好的语言。AI 翻译可能包含错误。
PixelGrid
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
通过地图投影在地球表面定义像素网格。如果投影具有标准代码,则会设置(非空)crsCode。如果投影是非标准的,则会设置
crsWkt。如果投影后转换是仿射的,则会设置 affineTransform。
| JSON 表示法 |
{
"dimensions": {
object (GridDimensions)
},
"affineTransform": {
object (AffineTransform)
},
// The following is a list of mutually exclusive fields. At most one of the
// fields will be set in a response:
"crsCode": string,
"crsWkt": string
// End of mutually exclusive fields.
} |
| 字段 |
dimensions |
object (GridDimensions)
像素网格的尺寸。
|
affineTransform |
object (AffineTransform)
仿射转换。
|
| 像素网格的坐标参考系,尽可能指定为标准代码,否则指定为 WKT 格式。以下是互斥字段的列表。在响应中,最多只能设置一个字段: |
crsCode |
string
标准坐标参考系代码(例如“EPSG:4326”)。
|
crsWkt |
string
WKT 格式(“Well-Known Text”)的坐标参考系。
|
| 互斥字段结束。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-09-08。
[null,null,["最后更新时间 (UTC):2026-09-08。"],[],["The content describes a pixel grid on Earth's surface defined by a map projection. Key data includes `dimensions` and an optional `affineTransform` for post-projection affine transformations. The coordinate reference system (`crs`) is defined via either a standard `crsCode` (e.g., \"EPSG:4326\") or, if non-standard, a `crsWkt` (Well-Known Text) string. The `crs` fields are mutually exclusive, with only one being populated.\n"]]