rulesList property

List<Rule> rulesList
final

Hierarchical list of styling rules for map feature rendering.

Rules are organized in a tree structure where each rule can contain sub-rules. See defaultrender.xml for example structure.

Implementation

final List<Rule> rulesList;