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 ("ข้อความที่รู้จักกันดี")
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eDefines a pixel grid on Earth's surface using a map projection, potentially with a standard code (\u003ccode\u003ecrsCode\u003c/code\u003e) or a custom projection (\u003ccode\u003ecrsWkt\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eIncludes details about the pixel grid's dimensions (\u003ccode\u003edimensions\u003c/code\u003e), an optional affine transformation (\u003ccode\u003eaffineTransform\u003c/code\u003e), and the coordinate reference system.\u003c/p\u003e\n"],["\u003cp\u003eThe coordinate reference system can be expressed either as a standard code like "EPSG:4326" or using the Well-Known Text (WKT) format.\u003c/p\u003e\n"]]],[],null,["# PixelGrid\n\nDefines a pixel grid on the surface of the Earth, via a map projection. If the projection has a standard code, then `crsCode` will be set (non-empty). If the projection is non-standard, then `crsWkt` will be set. If the post-projection transformation is affine, then `affineTransform` will be set.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dimensions\": { object (/earth-engine/reference/rest/v1alpha/GridDimensions) }, \"affineTransform\": { object (/earth-engine/reference/rest/v1alpha/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`. } ``` |\n\n| Fields ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------|\n| `dimensions` | `object (`[GridDimensions](/earth-engine/reference/rest/v1alpha/GridDimensions)`)` The dimensions of the pixel grid. |\n| `affineTransform` | `object (`[AffineTransform](/earth-engine/reference/rest/v1alpha/AffineTransform)`)` The affine transform. |\n| Union field `crs`. The coordinate reference system of the pixel grid, specified as a standard code where possible, and in WKT format otherwise. `crs` can be only one of the following: ||\n| `crsCode` | `string` A standard coordinate reference system code (e.g. \"EPSG:4326\"). |\n| `crsWkt` | `string` A coordinate reference system in WKT format (\"Well-Known Text\"). |"]]