PixelGrid
Menentukan petak piksel di permukaan Bumi, melalui proyeksi peta. Jika proyeksi memiliki kode standar, crsCode
akan ditetapkan (tidak kosong). Jika proyeksi non-standar, crsWkt
akan ditetapkan. Jika transformasi pasca-proyeksi adalah afin, affineTransform
akan ditetapkan.
Representasi 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 .
} |
Kolom |
dimensions |
object (GridDimensions )
Dimensi petak piksel.
|
affineTransform |
object (AffineTransform )
Transformasi afin.
|
Kolom union crs . Sistem referensi koordinat petak piksel, yang ditentukan sebagai kode standar jika memungkinkan, dan dalam format WKT jika tidak. crs hanya dapat berupa salah satu dari berikut: |
crsCode |
string
Kode sistem referensi koordinat standar (misalnya "EPSG:4326").
|
crsWkt |
string
Sistem referensi koordinat dalam format WKT ("Teks yang Dikenal").
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-03-06 UTC.
[null,null,["Terakhir diperbarui pada 2025-03-06 UTC."],[[["Defines a pixel grid on Earth's surface using a map projection, potentially with a standard code (`crsCode`) or a custom projection (`crsWkt`)."],["Includes the dimensions of the pixel grid (`dimensions`) and an affine transform (`affineTransform`) if applicable."],["The coordinate reference system (CRS) can be specified either as a standard code or in Well-Known Text (WKT) format."]]],["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"]]