new ol.supermap.GridCellInfosService(url, options)
            openlayers/services/GridCellInfosService.js, line 8
        
        
    /**
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| url | string | 与客户端交互的地图服务地址。请求地图服务,URL 应为: http://{服务器地址}:{服务端口号}/iserver/services/{地图服务名}/rest/maps/{地图名}/tempLayersSet/{tempLayerID}/Rivers@World@@World"。 | ||||||||||||||||
| options | Object | 参数。 
 | 
Example
new ol.supermap.GridCellInfosService(url)
     .getGridCellInfos(param,function(result){
          //doSomething
     })Extends
Methods
- 
    getGridCellInfos(params, callback)openlayers/services/GridCellInfosService.js, line 32
- 
    
    
    
    
    
    
    
        
Name Type Description paramsSuperMap.GetGridCellInfosParameters 查询所需参数类。 callbackRequestCallback 回调函数。