VectorLayer.JoinByGeometry

VectorLayer.JoinByGeometry method

通过几何体将一个图层加入当前图层。

public VectorLayer JoinByGeometry(VectorLayer layer, JoinByGeometryOptions options)
参数类型描述
图层VectorLayer要加入的图层。
optionsJoinByGeometryOptions连接参数。

返回值

连接两个图层后得到的新图层。

异常

异常条件
ArgumentNullException参数为 null。

另见