Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
Proyeksi target. Nilai defaultnya adalah EPSG:4326. Jika memiliki CRS geografis, tepi geometri akan ditafsirkan sebagai geodesi. Jika tidak, garis tersebut akan ditafsirkan sebagai garis lurus dalam proyeksi.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-26 UTC."],[[["`ProjectionTransform` changes the projection of a feature's geometry to a specified target projection, defaulting to EPSG:4326."],["If the target projection is geographic, the geometry's edges are treated as geodesics; otherwise, they are considered straight lines within the projection."],["Users can define a maximum allowable projection error using the `maxError` parameter."]]],["Transforms a feature's geometry to a specified projection. The function `ee.Algorithms.ProjectionTransform` takes a `feature`, a target `proj`ection (defaults to EPSG:4326), and an optional `maxError` margin. The `proj`ection determines if geometry edges are geodesic or straight lines. The input `feature`'s geometry is converted, and the transformed `feature` is returned. The `maxError` sets the tolerance for the projection's accuracy.\n"]]