Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Harita projeksiyonu aracılığıyla Dünya'nın yüzeyinde bir piksel ızgarası tanımlar. Projeksiyonda standart bir kod varsa crsCode ayarlanır (boş olmaz). Projeksiyon standart değilse crsWkt ayarlanır. Projeksiyon sonrası dönüşüm doğrusal ise affineTransform ayarlanır.
JSON gösterimi
{"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.}
Birlik alanı crs. Mümkün olduğunda standart kod olarak, aksi takdirde WKT biçiminde belirtilen piksel ızgarasının koordinat referans sistemi. crs yalnızca aşağıdakilerden biri olabilir:
crsCode
string
Standart bir koordinat referans sistemi kodu (ör. "EPSG:4326").
crsWkt
string
WKT biçiminde ("Well-Known Text") bir koordinat referans sistemi.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]