类 JoinOptions
JoinOptions class
图层连接的选项。
public class JoinOptions
构造函数
| 名称 | 描述 |
|---|---|
| JoinOptions() | 创建一个新实例。 |
属性
| 名称 | 描述 |
|---|---|
| ConditionComparer { get; set; } | 通过指定用于比较特征值的逻辑,定义在查询中两个图层的要素之间的关联方式。 |
| JoinAttributeName { get; set; } | 指定已连接图层的属性名称,其值将用于ConditionComparer。 |
| JoinAttributeNames { get; set; } | 指定要连接的属性名称列表。如果为null或为空,则将连接已连接图层的所有属性。 |
| JoinedAttributesPrefix { get; set; } | 指定已连接属性名称的前缀字符串。默认是"joined_"。 |
| TargetAttributeName { get; set; } | 指定主图层的属性名称,其值将用于ConditionComparer。 |
另见
- namespace Aspose.Gis.Relationship.Joins
- assembly Aspose.GIS