gws.gis.source.LayerFilter
struct
Source layer filter gws.gis.source.LayerFilter
Eigenschaft | Typ | Default | |
---|---|---|---|
isGroup | bool | if true, match only group layers gws.gis.source.LayerFilter.isGroup | |
isImage | bool | if true, match only images layers gws.gis.source.LayerFilter.isImage | |
isQueryable | bool | if true, match only queryable layers gws.gis.source.LayerFilter.isQueryable | |
isVisible | bool | if true, match only visible layers gws.gis.source.LayerFilter.isVisible | |
level | int | 0 | match only layers at this level gws.gis.source.LayerFilter.level |
names | [ str ] | match these layer names (top-to-bottom order) gws.gis.source.LayerFilter.names | |
pattern | gws.core.types.Regex | match layers whose full path matches a pattern gws.gis.source.LayerFilter.pattern | |
titles | [ str ] | match these layer titles gws.gis.source.LayerFilter.titles |