Class: FieldService

ol.supermap.FieldService

字段服务类。

new ol.supermap.FieldService(url, options)

openlayers/services/FieldService.js, line 9
Name Type Description
url string

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

options Object

参数。

Name Type Default Description
proxy string 可选

服务代理地址。

serverType SuperMap.ServerType SuperMap.ServerType.ISERVER 可选

服务来源 iServer|iPortal|online。

withCredentials boolean false 可选

请求是否携带 cookie。

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

Extends

Methods

getFields(params, callback)

openlayers/services/FieldService.js, line 30

字段查询服务。

Name Type Description
params SuperMap.FieldParameters

字段信息查询参数类。

callback RequestCallback

回调函数。

getFieldStatisticsInfo(params, callback)

openlayers/services/FieldService.js, line 53

字段统计服务。

Name Type Description
params SuperMap.FieldStatisticsParameters

查询所需参数类。

callback RequestCallback

回调函数。