VectorLayer.Join
VectorLayer.Join method
将一个图层加入当前图层。
public VectorLayer Join(VectorLayer layer, JoinOptions options)
| 参数 | 类型 | 描述 |
|---|---|---|
| 图层 | VectorLayer | 要加入的图层。 |
| options | JoinOptions | 连接参数。 |
返回值
连接两个图层后得到的新图层。
异常
| 异常 | 条件 |
|---|---|
| ArgumentNullException | 参数为 null。 |
另见
- class JoinOptions
- class VectorLayer
- namespace Aspose.Gis
- assembly Aspose.GIS