Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Xác định lưới pixel trên bề mặt Trái đất thông qua phép chiếu bản đồ. Nếu phép chiếu có mã chuẩn, thì crsCode sẽ được đặt (không để trống). Nếu phép chiếu không chuẩn, thì crsWkt sẽ được đặt. Nếu phép biến đổi sau khi chiếu là affine, thì affineTransform sẽ được đặt.
Biểu diễn dưới dạng 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.}
Trường hợp hợp nhất crs. Hệ toạ độ tham chiếu của lưới pixel, được chỉ định dưới dạng mã chuẩn nếu có thể và ở định dạng WKT nếu không. crs chỉ có thể là một trong những giá trị sau:
crsCode
string
Mã hệ thống tham chiếu toạ độ chuẩn (ví dụ: "EPSG:4326").
crsWkt
string
Hệ thống tham chiếu toạ độ ở định dạng WKT ("Văn bản đã biết").
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."],["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"]]