Class: RouteCalculateMeasureParameters

RouteCalculateMeasureParameters

基于路由对象计算指定点M值操作的参数类。通过该类提供参数信息。

new SuperMap.RouteCalculateMeasureParameters(options)

common/iServer/RouteCalculateMeasureParameters.js, line 4
Name Type Description
options Object

可选参数。如:
sourceRoute - {Object} 【必选参数】路由对象。该对象可以是用户自己生成或在数据源中查询得到的符合标准的路由对象。
point - {Object} 【必选参数】二维地理坐标点对象,包含x,y坐标值属性的对象。
点坐标对象可以是:SuperMap.Geometry.Point|L.LatLng|L.Point|ol.geom.Point。
tolerance - {float} 【可选参数】容限值。
isIgnoreGap - {float} 【可选参数】是否忽略子对象之间的距离。默认为false,即不忽略子对象之间的距离。

Members

isIgnoreGapboolean

【可选参数】是否忽略子对象之间的距离。默认为false,即不忽略子对象之间的距离。

Default Value:
  • false

pointObject

【必选参数】二维地理坐标点对象,包含x,y坐标值属性的对象。
点坐标对象可以是:SuperMap.Geometry.Point|L.LatLng|L.Point|ol.geom.Point。

sourceRouteObject

【必选参数】路由对象。该对象可以是用户自己生成或在数据源中查询得到的符合标准的路由对象;
路由对象可以是:SuperMap.Route|L.Polyline|ol.geom.LineString

tolerancefloat

【可选参数】容限值。

Methods

destroy()

common/iServer/RouteCalculateMeasureParameters.js, line 50

释放资源,将引用资源的属性置空。