Class: FieldService

FieldService

字段服务类

new mapboxgl.supermap.FieldService(url, options)

mapboxgl/services/FieldService.js, line 7
Name Type Description
url string

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

options Object

参数。

Example
new mapboxgl.supermap.FieldService(url).getFields(function(result){
          //doSomething
     });

Extends

  • mapboxgl.supermap.ServiceBase

Methods

getFields(params, callback)

mapboxgl/services/FieldService.js, line 23

字段查询服务

Name Type Description
params SuperMap.FieldParameters

字段信息查询参数类

callback function

回调函数

getFieldStatisticsInfo(params, callback)

mapboxgl/services/FieldService.js, line 44

字段统计服务

Name Type Description
params SuperMap.FieldStatisticsParameters

查询所需参数类。

callback function

回调函数