{"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.}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["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."],["Specifies the coordinate reference system (CRS) of the pixel grid using either a standard code (`crsCode`) or Well-Known Text (`crsWkt`)."]]],["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"]]