Class RuleBasedLabeling
RuleBasedLabeling class
根据用户定义的规则将标签应用于要素。
public class RuleBasedLabeling : Labeling, IReadOnlyList<LabelingRule>
构造函数
姓名 | 描述 |
---|---|
RuleBasedLabeling() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
Count { get; } | 获取规则数。 |
Item { get; } | 获取指定索引处的规则。 |
方法
姓名 | 描述 |
---|---|
Add(LabelingRule) | 添加规则。 |
Add(Func<Feature, bool>, Labeling) | 添加新的LabelingRule . |
AddElseRule(Labeling) | 添加将应用于不匹配任何过滤规则的特征的标签。 |
GetEnumerator() | 返回迭代规则的枚举器。 |
也可以看看
- class Labeling
- class LabelingRule
- 命名空间 Aspose.Gis.Rendering.Labelings
- 部件 Aspose.GIS