new SuperMap.RouteLocatorParameters(options)
            common/iServer/RouteLocatorParameters.js, line 9
        
        
    | Name | Type | Description | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    datasetstring
- 
    
    要用来做缓冲区分析的数据源中数据集的名称。该名称用形如"数据集名称@数据源别名"形式来表示。 
- 
    endMeasurefloat
- 
    
    定位线的终止 M 值。只当路由对象定位线时有意义。 
- 
    isIgnoreGapboolean
- 
    
    是否忽略子对象之间的距离。 
- 
    measurefloat
- 
    
    定位点的 M 值。只当路由对象定位点时有意义。 
- 
    offsetfloat
- 
    
    定位点偏移量。只当路由对象定位点时有意义。 
- 
    routeIDnumber
- 
    
    路由对象标识。 
- 
    routeIDFieldstring
- 
    
    路由对象所在的字段名称。 
- 
    sourceRouteSuperMap.Route L.Polyline ol.geom.LineString
- 
    
    路由对象。 
- 
    startMeasurefloat
- 
    
    定位线的起始 M 值。只当路由对象定位线时有意义。 
- 
    typestring
- 
    
    类型:点 or 线。 可选值为: LINE :根据起始 M 值及终止 M 值定位线对象。 POINT : 根据 M 值定位点对象。 
Methods
- 
    destroy()common/iServer/RouteLocatorParameters.js, line 112
- 
    
    
    释放资源,将引用资源的属性置空。