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."],["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"]]