Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Geometriyi belirli bir projeksiyona dönüştürür.
Kullanım
İadeler
Rectangle.transform(proj, maxError)
Geometri
Bağımsız Değişken
Tür
Ayrıntılar
bu: geometry
Geometri
Yeniden yansıtılacak geometri.
proj
Projeksiyon, isteğe bağlı
Hedef projeksiyon. Varsayılan olarak EPSG:4326 değerine ayarlanır. Bunun coğrafi bir CRS'si varsa geometrinin kenarları jeodezik olarak yorumlanır. Aksi takdirde, bunlar projeksiyonda düz çizgiler olarak yorumlanır.
[[["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-07-26 UTC."],[[["The `transform` method reprojects a given geometry to a new projection, specified by the `proj` argument, which defaults to EPSG:4326."],["When the target projection has a geographic CRS, the geometry's edges are treated as geodesics on the Earth's surface, otherwise, they are considered straight lines within the projection's coordinate system."],["Users can specify a maximum allowable projection error using the `maxError` argument to control the accuracy of the transformation."]]],[]]