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