公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取。如未在 2025 年 9 月 26 日前完成驗證,存取權可能會暫停。
PixelGrid
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
透過地圖投影,定義地球表面的像素格線。如果投影有標準代碼,則會設定 crsCode
(非空白)。如果投影方式是非標準投影方式,則會設定 crsWkt
。如果後投影轉換為仿射,則會設定 affineTransform
。
JSON 表示法 |
{
"dimensions": {
object (GridDimensions )
},
"affineTransform": {
object (AffineTransform )
},
// Union field crs can be only one of the following:
"crsCode": string,
"crsWkt": string
// End of list of possible types for union field crs .
} |
欄位 |
dimensions |
object (GridDimensions )
像素格線的尺寸。
|
affineTransform |
object (AffineTransform )
仿射變換。
|
聯集欄位 crs 。像素格線的座標參考系統,請盡可能指定為標準代碼,否則請使用 WKT 格式。crs 只能是下列其中一項: |
crsCode |
string
標準座標參考系統代碼 (例如「EPSG:4326」)。
|
crsWkt |
string
WKT 格式 (「Well-Known Text」) 的座標參考系統。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["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"]]