Class: OGCExceptionReport

.Format. OGCExceptionReport

读取各种OGC服务和版本的异常报告。

new OGCExceptionReport()

Source:
View2D/Format/OGCExceptionReport.js

Methods


read(data)

从字符串中读取OGC异常报告数据,并返回一个包含异常信息的对象。
Parameters:
Name Type Description
data String | DOMElement 数据读取/解析。
Source:
View2D/Format/OGCExceptionReport.js
Returns:
返回异常信息。
Type
Object