Class: ChartService

ChartService

海图服务。

new mapboxgl.supermap.ChartService(url, options)

mapboxgl/services/ChartService.js, line 8
Name Type Description
url string

与客户端交互的海图服务地址。

options Object

交互时所需可选参数。

Example
new mapboxgl.supermap.ChartService(url)
     .queryChart(param,function(result){
         //doSomething
     })

Extends

  • mapboxgl.supermap.ServiceBase

Methods

getChartFeatureInfo(callback)

mapboxgl/services/ChartService.js, line 50

获取海图物标信息服务。

Name Type Description
callback function

回调函数

queryChart(params, callback, resultFormat)

mapboxgl/services/ChartService.js, line 26

查询海图服务。

Name Type Description
params SuperMap.ChartQueryParameters

海图查询所需参数类。

callback function

回调函数。

resultFormat SuperMap.DataFormat

返回的结果格式类型。