new mapboxgl.supermap.LayerInfoService(url, options)
mapboxgl/services/LayerInfoService.js, line 8
Name | Type | Description |
---|---|---|
url |
string |
与客户端交互的地图服务地址。请求地图服务,URL 应为: |
options |
Object |
服务所需可选参数。如: |
Example
new mapboxgl.supermap.LayerInfoService(url).getLayersInfo(function(result){
//doSomething
})
Extends
- mapboxgl.supermap.ServiceBase
Methods
-
getLayersInfo(callback){mapboxgl.supermap.LayerInfoService}
mapboxgl/services/LayerInfoService.js, line 27 -
获取图层信息服务
Name Type Description callback
function 回调函数
Returns:
Type Description mapboxgl.supermap.LayerInfoService 返回图层信息类 -
setLayerInfo(params, callback)
mapboxgl/services/LayerInfoService.js, line 45 -
设置图层信息服务。可以实现临时图层中子图层的修改
Name Type Description params
SuperMap.SetLayerInfoParameters 设置图层信息参数类
callback
function 回调函数
-
setLayersInfo(params, callback)
mapboxgl/services/LayerInfoService.js, line 74 -
设置图层信息服务。可以实现创建新的临时图层和对现有临时图层的修改
Name Type Description params
SuperMap.SetLayersInfoParameters 设置图层信息参数类,包括临时图层。
callback
function 回调函数
-
setLayerStatus(params, callback)
mapboxgl/services/LayerInfoService.js, line 103 -
子图层显示控制服务。负责将子图层显示控制参数传递到服务端,并获取服务端返回的图层显示状态。
Name Type Description params
SuperMap.SetLayerStatusParameters 子图层显示控制参数类
callback
function 回调函数