L.supermap.gridCellInfosService(url, options)
leaflet/services/GridCellInfosService.js, line 9
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
数据栅格查询服务地址。 |
||||||||||||||||||||||||
options |
Object |
参数。
|
Example
L.supermap.gridCellInfosService(url)
.getGridCellInfos(param,function(result){
//doSomething
})
Extends
Events
-
inherited destroy
leaflet/services/ServiceBase.js, line 54 -
资源释放成功后触发。
Properties:
Name Type Description this
L.supermap.ServiceBase this 对象。
-
inherited initialized
leaflet/services/ServiceBase.js, line 41 -
构造函数构造成功后触发。
Properties:
Name Type Description this
L.supermap.ServiceBase this 对象。
Methods
-
inherited destroy()
leaflet/services/ServiceBase.js, line 49 -
释放资源,将引用的资源属性置空。
-
getGridCellInfos(params, callback)
leaflet/services/GridCellInfosService.js, line 33 -
Name Type Description params
SuperMap.GetGridCellInfosParameters 数据服务栅格查询参数类。
callback
RequestCallback 回调函数。