Class: GridCellInfosService

GridCellInfosService

数据栅格查询服务

new ol.supermap.GridCellInfosService(url, options)

openlayers/services/GridCellInfosService.js, line 4
Name Type Description
url string

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

options Object

服务所需可选参数。如:
eventListeners - {Object} 事件监听器对象。有processCompleted属性可传入处理完成后的回调函数。processFailed属性传入处理失败后的回调函数。
serverType - {SuperMap.ServerType} 服务器类型,iServer|iPortal|Online。
format -{SuperMap.DataFormat} 查询结果返回格式,目前支持iServerJSON 和GeoJSON两种格式。参数格式为"ISERVER","GEOJSON"。

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

Extends

Methods

getGridCellInfos(params, callback)

openlayers/services/GridCellInfosService.js, line 26
Name Type Description
params SuperMap.GetGridCellInfosParameters

查询所需参数类

callback function

回调函数