Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Mengubah geometri ke proyeksi tertentu.
Penggunaan
Hasil
Geometry.transform(proj, maxError)
Geometri
Argumen
Jenis
Detail
ini: geometry
Geometri
Geometri yang akan diproyeksikan ulang.
proj
Proyeksi, opsional
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."],[[["Transforms the input geometry to a new projection, allowing for data to be represented in different coordinate systems."],["The `transform` method takes the target projection and an optional maximum error as input."],["By default, the target projection is EPSG:4326 (WGS 84), a common geographic coordinate system."],["If the target projection uses a geographic CRS, geometry edges are considered geodesics (curved lines on the Earth's surface), otherwise, they are treated as straight lines within the projection."],["Users can specify a maximum allowable projection error using the `maxError` parameter."]]],[]]