class documentation

Source layer filter

Class Variable isGroup if true, match only group layers
Class Variable isImage if true, match only images layers
Class Variable isQueryable if true, match only queryable layers
Class Variable isVisible if true, match only visible layers
Class Variable level match only layers at this level
Class Variable names match these layer names (top-to-bottom order)
Class Variable pattern match layers whose full path matches a pattern
Class Variable titles match these layer titles

Inherited from Data:

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
isGroup: t.Optional[bool] = (source)

if true, match only group layers

isImage: t.Optional[bool] = (source)

if true, match only images layers

isQueryable: t.Optional[bool] = (source)

if true, match only queryable layers

isVisible: t.Optional[bool] = (source)

if true, match only visible layers

level: int = (source)

match only layers at this level

names: t.Optional[list[str]] = (source)

match these layer names (top-to-bottom order)

pattern: gws.Regex = (source)

match layers whose full path matches a pattern

titles: t.Optional[list[str]] = (source)

match these layer titles