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."],["The coordinate reference system (CRS) can be specified either as a standard code or in Well-Known Text (WKT) format."]]],["The content describes a pixel grid on Earth's surface using a map projection. The `crsCode` field defines standard projections, while `crsWkt` handles non-standard ones. `affineTransform` specifies affine transformations. Key fields include `dimensions` for grid size and the union field `crs`, which can be either `crsCode` or `crsWkt`. The JSON format and the different field are shown to illustrate the representation of the data.\n"]]