Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Definiert über eine Kartenprojektion ein Pixelraster auf der Erdoberfläche. Wenn die Projektion einen Standardcode hat, wird crsCode festgelegt (nicht leer). Wenn die Projektion nicht standardmäßig ist, wird crsWkt festgelegt. Wenn die Transformation nach der Projektion affin ist, wird affineTransform festgelegt.
JSON-Darstellung
{"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.}
Union-Feld crs. Das Koordinatenreferenzsystem des Pixelrasters, nach Möglichkeit als Standardcode und andernfalls im WKT-Format angegeben. Für crs ist nur einer der folgenden Werte zulässig:
crsCode
string
Ein Standardcode für das Koordinatenreferenzsystem (z.B. „EPSG:4326“).
crsWkt
string
Ein Koordinatenreferenzsystem im WKT-Format („Well-Known Text“).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]