Class: gridCellInfosService

gridCellInfosService

数据栅格查询服务

L.supermap.gridCellInfosService(url, options)

leaflet/services/GridCellInfosService.js, line 6
Name Type Description
url string

数据栅格查询服务地址

options Object

数据栅格查询服务类可选参数。如:
serverType - {SuperMap.ServerType} 服务来源 iServer|iPortal|online。

Example
L.supermap.gridCellInfosService(url)
     .getGridCellInfos(param,function(result){
          //doSomething
     })

Extends

Methods

inherited destroy()

leaflet/services/ServiceBase.js, line 30

释放资源,将引用的资源属性置空。

getGridCellInfos(params, callback)

leaflet/services/GridCellInfosService.js, line 25
Name Type Description
params SuperMap.GetGridCellInfosParameters

数据服务栅格查询参数类

callback function

回调函数