Constructor
new WMSCapabilities/v1_1_1()
Members
allowFallback :Boolean
allowFallback-如果找不到返回版本的概要分析器,
则使用非概要分析器作为回退。
使用它的应用程序代码应该考虑到返回对象结构可能缺少配置文件的细节。
默认为false。
Type:
- Boolean
defaultVersion :String
defaultVersion - 如果没有找到,则假定版本号。
Type:
- String
profile :String
profile - 如果提供,使用自定义配置文件。
Type:
- String
stringifyOutput :Boolean
如果为true,写入将返回一个字符串,否则返回一个DOMElement。 默认为false。
Type:
- Boolean
version :String
version-指定版本字符串(如果已知)。
Type:
- String
Methods
initialize(options)
构造函数。
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | 可选对象,其属性将设置在对象上。 |
read(data, options) → {Object}
阅读文档并返回代表文档的对象。
Parameters:
Name | Type | Description |
---|---|---|
data |
String | DOMElement | 要读取的数据。 |
options |
Object | 读者的选择。 |
Returns:
代表文档的对象。
- Type
- Object
write(obj, options) → {String}
写一个文件。
Parameters:
Name | Type | Description |
---|---|---|
obj |
Object | 代表文档的对象。 |
options |
Object | 可选的配置对象。 |
Returns:
该文件是一个字符串。
- Type
- String