Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Określa siatkę pikseli na powierzchni Ziemi za pomocą projekcji mapy. Jeśli projekcja ma kod standardowy, zostanie ustawiona wartość crsCode (niepusta). Jeśli projekcja jest niestandardowa, zostanie ustawiona wartość crsWkt. Jeśli transformacja po projekcji jest afektywna, zostanie ustawiona wartość affineTransform.
Zapis 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.}
Pole unii crs. System odniesienia współrzędnych siatki pikseli, określony w miarę możliwości jako kod standardowy, a w przeciwnym razie w formacie WKT. crs może być tylko jednym z tych elementów:
crsCode
string
Standardowy kod systemu odniesienia współrzędnych (np. „EPSG:4326”).
crsWkt
string
System odniesienia współrzędnych w formacie WKT („Well-Known Text”).
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]