根据路由点串校正路由对象的 M 值。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public bool CalibrateLineM(
	PointMs pointMs,
	CalibrateMode calibrateMode,
	bool isIgnoreGap
)

参数

pointMs
Type: SuperMap.Data..::.PointMs
calibrateMode
Type: SuperMap.Data..::.CalibrateMode
isIgnoreGap
Type: System..::.Boolean
是否忽略子对象之间的距离。

返回值

一个布尔值,表示校正是否成功,true 表示成功,false 表示失败。

请参见