new RouteLocatorParameters(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.RouteLocatorParameters(options);
// 弃用的写法
new SuperMap.RouteLocatorParameters(options);
</script>
// ES6 Import
import { RouteLocatorParameters } from '@supermapgis/iclient-leaflet';
new RouteLocatorParameters(options);
common/iServer/RouteLocatorParameters.js, line 7
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Members
-
datasetstring
-
用于做路由定位分析的数据源中数据集的名称。该名称用形如"数据集名称@数据源别名"形式来表示。
-
endMeasurenumber
-
定位线的终止 M 值。只当路由对象定位线时有意义。
-
isIgnoreGapboolean
-
是否忽略子对象之间的距离。
-
measurenumber
-
定位点的 M 值。只当路由对象定位点时有意义。
-
offsetnumber
-
定位点偏移量。只当路由对象定位点时有意义。
-
routeIDnumber
-
路由对象标识。
-
routeIDFieldstring
-
路由对象所在的字段名称。
-
sourceRouteRoute L.Polyline ol.geom.LineString GeoJSONObject
-
路由对象。
-
startMeasurenumber
-
定位线的起始 M 值。只当路由对象定位线时有意义。
-
typestring
-
类型:点 or 线。 可选值为: LINE :根据起始 M 值及终止 M 值定位线对象。 POINT : 根据 M 值定位点对象。
Methods
-
destroy()
common/iServer/RouteLocatorParameters.js, line 111 -
释放资源,将引用资源的属性置空。