L.supermap.themeService(url, options)
leaflet/services/ThemeService.js, line 9
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
服务的访问地址。 |
||||||||||||||||||||
options |
Object |
参数。
|
Example
L.supermap.themeService(url,{
projection:projection
}).getThemeInfo(params,function(result){
//doSomething
});
Extends
Events
-
inherited destroy
leaflet/services/ServiceBase.js, line 51 -
资源释放成功后触发。
Properties:
Name Type Description this
L.supermap.ServiceBase this 对象。
-
inherited initialized
leaflet/services/ServiceBase.js, line 38 -
构造函数构造成功后触发。
Properties:
Name Type Description this
L.supermap.ServiceBase this 对象。
Methods
-
inherited destroy()
leaflet/services/ServiceBase.js, line 46 -
释放资源,将引用的资源属性置空。
-
getThemeInfo(params, callback)
leaflet/services/ThemeService.js, line 33 -
获取专题图信息。
Name Type Description params
SuperMap.ThemeParameters 专题图参数类。
callback
RequestCallback 回调函数。