Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.Image.geometry
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menampilkan geometri fitur tertentu dalam proyeksi tertentu.
Penggunaan | Hasil |
---|
Image.geometry(maxError, proj, geodesics) | Geometri |
Argumen | Jenis | Detail |
---|
ini: feature | Elemen | Fitur dari mana geometri diambil. |
maxError | ErrorMargin, default: null | Jumlah maksimum error yang dapat ditoleransi saat melakukan reproyeksi yang diperlukan. |
proj | Proyeksi, default: null | Jika ditentukan, geometri akan berada dalam proyeksi ini. Jika tidak ditentukan, geometri akan berada dalam proyeksi defaultnya. |
geodesics | Boolean, default: null | Jika benar (true), geometri akan memiliki tepi geodetik. Jika salah (false), tepi akan berupa garis lurus dalam proyeksi yang ditentukan. Jika null, interpretasi tepi akan sama dengan geometri asli. Argumen ini diabaikan jika proj tidak ditentukan. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eReturns the geometry of an image feature, optionally reprojected and with controlled error margins.\u003c/p\u003e\n"],["\u003cp\u003eAccepts parameters to specify the maximum reprojection error, the desired output projection, and whether to use geodesic edges.\u003c/p\u003e\n"],["\u003cp\u003eBy default, returns the geometry in its original projection and with the original edge interpretation.\u003c/p\u003e\n"],["\u003cp\u003eIf a projection is specified without defining geodesic behavior, the original geometry's edge interpretation is preserved.\u003c/p\u003e\n"],["\u003cp\u003eApplies to image features and allows extraction of their geometric properties for further analysis or visualization.\u003c/p\u003e\n"]]],[],null,["# ee.Image.geometry\n\nReturns the geometry of a given feature in a given projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------|----------|\n| Image.geometry`(`*maxError* `, `*proj* `, `*geodesics*`)` | Geometry |\n\n| Argument | Type | Details |\n|-----------------|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `feature` | Element | The feature from which the geometry is taken. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | If specified, the geometry will be in this projection. If unspecified, the geometry will be in its default projection. |\n| `geodesics` | Boolean, default: null | If true, the geometry will have geodesic edges. If false, it will have edges as straight lines in the specified projection. If null, the edge interpretation will be the same as the original geometry. This argument is ignored if proj is not specified. |"]]