Class: GridCellInfosService

mapboxgl.supermap.GridCellInfosService

数据栅格查询服务。

new mapboxgl.supermap.GridCellInfosService(url, options)

mapboxgl/services/GridCellInfosService.js, line 9
Name Type Description
url string

与客户端交互的地图服务地址。请求地图服务,URL 应为:
http://{服务器地址}:{服务端口号}/iserver/services/{地图服务名}/rest/maps/{地图名}/tempLayersSet/{tempLayerID}/Rivers@World@@World"。

options Object

服务所需可选参数。

Name Type Default Description
proxy string 可选

服务代理地址。

withCredentials boolean false 可选

请求是否携带 cookie。

crossOrigin boolean 可选

是否允许跨域请求。

headers Object 可选

请求头。

serverType SuperMap.ServerType SuperMap.ServerType.ISERVER 可选

服务来源 ISERVER|IPORTAL|ONLINE。

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

Extends

Events

inherited initialized

mapboxgl/services/ServiceBase.js, line 26

构造函数构造成功之后触发。

Properties:
Name Type Description
this Object

this 对象。

Methods

getGridCellInfos(params, callback)

mapboxgl/services/GridCellInfosService.js, line 34
Name Type Description
params SuperMap.GetGridCellInfosParameters

查询所需参数类。

callback RequestCallback

回调函数。