Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
ui.Map.GeometryLayer.getShown
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Devuelve si se muestran las formas de la capa.
Uso | Muestra |
---|
GeometryLayer.getShown() | Booleano |
Argumento | Tipo | Detalles |
---|
esta: ui.map.geometrylayer | ui.Map.GeometryLayer | Es la instancia de ui.Map.GeometryLayer. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003eThe \u003ccode\u003egetShown()\u003c/code\u003e method indicates whether shapes within a GeometryLayer are currently visible.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a boolean value (\u003ccode\u003etrue\u003c/code\u003e if visible, \u003ccode\u003efalse\u003c/code\u003e if hidden) and is called on a ui.Map.GeometryLayer object.\u003c/p\u003e\n"]]],["The `GeometryLayer.getShown()` method determines the visibility of shapes within a `ui.Map.GeometryLayer`. It takes a `ui.Map.GeometryLayer` instance as input and returns a Boolean value. This Boolean indicates whether the shapes contained in the specified layer are currently displayed (true) or hidden (false). The method requires no other arguments.\n"],null,["# ui.Map.GeometryLayer.getShown\n\n\u003cbr /\u003e\n\nReturns whether the shapes in the layer are shown.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------|---------|\n| GeometryLayer.getShown`()` | Boolean |\n\n| Argument | Type | Details |\n|------------------------------|----------------------|------------------------------------|\n| this: `ui.map.geometrylayer` | ui.Map.GeometryLayer | The ui.Map.GeometryLayer instance. |"]]