Constructor
new LayerGroupSymbology(node)
Create a layer group symbology instance based on a node object provided by QGIS Server
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
node |
object | the QGIS node symbology
Properties
|
- Source:
Extends
- BaseObjectSymbology
Members
children :Array.<(BaseIconSymbology|BaseSymbolsSymbology)>
The children nodes
Type:
- Array.<(BaseIconSymbology|BaseSymbolsSymbology)>
- Source:
childrenCount :number
Children nodes count
Type:
- number
- Source:
name :string
The layer name
Type:
- string
- Source:
Methods
(generator) getChildren() → {BaseIconSymbology|BaseSymbolsSymbology}
Iterate through children nodes
- Source:
Yields:
The next child node
- Type
- BaseIconSymbology | BaseSymbolsSymbology