对路由对象的 INTERVAL 位置处的 M 值进行插值。关于位置的定义请参见 WhereToCalibrate 枚举。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool InterpolateM( Point2D fromPoint, Point2D toPoint, double fromMeasure, double toMeasure, double tolerance, CalibrateMode calibrateMode ) |
参数
- fromPoint
- Type: SuperMap.Data..::.Point2D
待插值线路的起始点。
- toPoint
- Type: SuperMap.Data..::.Point2D
待插值线路的终止点。
- fromMeasure
- Type: System..::.Double
待插值线路的起始点 M 值。
- toMeasure
- Type: System..::.Double
待插值线路的终止点 M 值。
- tolerance
- Type: System..::.Double
容限值。用于判断指定的起始点和终止点是否均在路由对象上,若两点到路由对象垂足的距离有其一大于该值,则视为指定的点无效,不执行插值。单位与该路由对象所属数据集的单位相同。
- calibrateMode
- Type: SuperMap.Data..::.CalibrateMode