连接两条路由对象,使当前路由对象的尾节点与另一路由对象的首节点相连。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool Joint( GeoLineM otherLineM ) |
参数
- otherLineM
- Type: SuperMap.Data..::.GeoLineM
指定的待追加的路由对象。
返回值
一个布尔值,表示连接是否成功,true 表示成功,false 表示失败。备注
与合并(union() 方法)的处理不同,连接(joint() 方法)的处理方式如下图所示: