Constructor
new DTJ()
Methods
getCapabilities(successFn, failFn)
获取服务能力描述信息。
Parameters:
Name | Type | Description |
---|---|---|
successFn |
function | 请求成功的回调函数。 |
failFn |
function | 请求失败的回调函数。 |
initialize(name, url, options)
GeoGlobe.Service.DTJ类构造函数。
Parameters:
Name | Type | Description |
---|---|---|
name |
String | 服务名称。 |
url |
String | 服务地址。 |
options |
Object | 实例的选项设置,此参数可选。 |