Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ui.Map.GeometryLayer.getEeObject
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menampilkan objek EE yang terkait dengan lapisan.
Penggunaan | Hasil |
---|
GeometryLayer.getEeObject() | Feature|FeatureCollection|Geometry |
Argumen | Jenis | Detail |
---|
ini: ui.map.geometrylayer | ui.Map.GeometryLayer | Instance ui.Map.GeometryLayer. |
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\u003e\u003ccode\u003egetEeObject()\u003c/code\u003e retrieves the Earth Engine object (Feature, FeatureCollection, or Geometry) linked to the specified GeometryLayer.\u003c/p\u003e\n"],["\u003cp\u003eThis method is applicable to \u003ccode\u003eui.Map.GeometryLayer\u003c/code\u003e instances within the Google Earth Engine Code Editor.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to the underlying EE object for further processing or analysis within your Earth Engine scripts.\u003c/p\u003e\n"]]],["The `GeometryLayer.getEeObject()` method retrieves the Earth Engine (EE) object linked to a `ui.Map.GeometryLayer`. This method, applied to a `ui.Map.GeometryLayer` instance, returns either a `Feature`, `FeatureCollection`, or `Geometry` object. This object represents the underlying Earth Engine data that the layer visually represents on the map.\n"],null,["# ui.Map.GeometryLayer.getEeObject\n\n\u003cbr /\u003e\n\nReturns the EE object associated with the layer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------|--------------------------------------|\n| GeometryLayer.getEeObject`()` | Feature\\|FeatureCollection\\|Geometry |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.geometrylayer` | ui.Map.GeometryLayer | The ui.Map.GeometryLayer instance. |"]]