Earth Engine 已推出
非商業用途的配額級別,以便保護共用運算資源,並確保所有使用者都能享有穩固效能。非商業用途的專案預設會使用「社群」級別,但您隨時可以變更專案級別。
Google 會運用 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」) 的座標參考系統。
|
| 互斥欄位的結尾。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-09-08 (世界標準時間)。
[null,null,["上次更新時間:2026-09-08 (世界標準時間)。"],[],["The content describes a pixel grid on Earth's surface using a map projection. The `crsCode` field defines standard projections, while `crsWkt` handles non-standard ones. `affineTransform` specifies affine transformations. Key fields include `dimensions` for grid size and the union field `crs`, which can be either `crsCode` or `crsWkt`. The JSON format and the different field are shown to illustrate the representation of the data.\n"]]