new mapboxgl.supermap.GridCellInfosService(url, options)
GridCellInfosService.js, line 6
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
The url of service.The requested map service, the URL should be: Http://{server address}: {service port number}/iserver/services/{map service name}/rest/maps/{map name}/tempLayersSet/{tempLayerID}/Rivers@World@@World". |
||||||||||||||||||||||||
options |
Object |
The optional parameters.
|
Example
new mapboxgl.supermap.GridCellInfosService(url)
.getGridCellInfos(param,function(result){
//doSomething
})
Extends
Events
-
inherited initialized
ServiceBase.js, line 23 -
Triggered after the constructor construct succeeds.
Properties:
Name Type Description this
Object This object.
Methods
-
getGridCellInfos(params, callback)
GridCellInfosService.js, line 31 -
Name Type Description params
SuperMap.GetGridCellInfosParameters The GetGridCellInfosParameters class.
callback
RequestCallback The callback of result data returned by the server side.