GetPropertyValue 响应 |
执行 GetPropertyValue 请求后,返回的是包含查询结果的 XML 文档。文档的根元素为 ValueCollection ,可以包含零个或多个 member 元素,member 元素用于标识按查询表达式过滤后的要素字段值,每个 member 元素对应一个要素。
请求示例 的响应结果如下:
<wfs:ValueCollection xmlns:wfs="http://www.opengis.net/wfs/2.0"
xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:gml="http://www.opengis.net/gml/3.2"
timeStamp="2015-01-05T14:24:08.745+08:00" numberMatched="1"
numberReturned="1">
<wfs:member>华盛顿</wfs:member>
</wfs:ValueCollection>