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.}
[[["이해하기 쉬움","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"]],["최종 업데이트: 2026-09-08(UTC)"],[],["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"]]