new DTJ()
- Source:
- View2D/Service/DTJ.js
Methods
-
getCapabilities(successFn, failFn)
-
获取服务能力描述信息。
Parameters:
Name Type Description successFn
function 请求成功的回调函数。 failFn
function 请求失败的回调函数。 - Source:
- View2D/Service/DTJ.js
-
initialize(name, url, options)
-
GeoGlobe.Service.DTJ类构造函数。
Parameters:
Name Type Description name
String 服务名称。 url
String 服务地址。 options
Object 实例的选项设置,此参数可选。 - Source:
- View2D/Service/DTJ.js
-
urlAppend(url, paramStr)
-
Appends a parameter string to a url. This function includes the logic for using the appropriate character (none, & or ?) to append to the url before appending the param string.
Parameters:
Name Type Description url
String 追加的URL paramStr
String 追加的参数 - Source:
- View2D/Service/DTJ.js
Returns:
- The new url- Type
- String