{
"request": "GetFeature",
"version": "2.0.0",
"typenames": "PG.CHINA",
"filter": "(<Filter><PropertyIsEqualTo><PropertyName>省</PropertyName><Literal>新疆维吾尔自治区</Literal></PropertyIsEqualTo></Filter>)"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services/test_wfs/data/wfs' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "GetFeature",
"version": "2.0.0",
"typenames": "PG.CHINA",
"filter": "(<Filter><PropertyIsEqualTo><PropertyName>省</PropertyName><Literal>新疆维吾尔自治区</Literal></PropertyIsEqualTo></Filter>)"
}'
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:WFS_test_wfs="http://127.0.0.1:8699/kqgis/rest/services/test_wfs/data/wfs" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" timeStamp="2022-07-28T11:38:50.297+08:00" numberOfFeatures="1" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/base/gml.xsd http://127.0.0.1:8699/kqgis/rest/services/test_wfs/data/wfs http://127.0.0.1:8699/kqgis/rest/services/test_wfs/data/wfs?service=wfs%26version=1.1.0%26request=DescribeFeatureType">
<gml:featureMember>
<WFS_test_wfs:PG.省凸包 gml:id="PG.省凸包.0">
<WFS_test_wfs:FID>0</WFS_test_wfs:FID>
<WFS_test_wfs:Shape>
<gml:Polygon xmlns:gml="http://www.opengis.net/gml" gml:id="GEOMETRY_PG.省凸包.0" srsName="urn:ogc:def:crs:EPSG::4490"><gml:exterior><gml:LinearRing><gml:posList>34.33451522 79.0379201700002 34.3541763500001 78.9025089900002 34.3543537900001 78.9016553550002 34.356978945 78.8929689 34.3574665550001 78.8915412950002 34.5423564225001 78.4352256775002 34.6159571200003 78.2889652450002 35.8269168900001 76.1593622700001 35.8321517050001 76.1510341600002 37.06682497 74.5006573150002 37.068894395 74.4989327950002 37.07182608 74.4966909200001 37.1307627350001 74.4625604 38.7210450800001 73.750781195 38.854870195 73.6970073250001 39.2696170950001 73.5410039500001 39.3790880650002 73.5011421 39.38235982 73.5018856800002 40.021822205 73.9415107350001 40.02583988 73.9463319400002 44.91323194 79.8909825550001 44.95935596 79.9514792200001 47.2217941150001 83.0251854600001 49.1285822650001 86.8798918850002 49.1317093150001 86.8867082450002 49.1318084400001 86.8869272600001 49.13195282 86.887447635 49.1336140100001 86.8945421150001 49.1351180100001 86.9078176900002 49.1560054500001 87.1102712700001 49.1821453100001 87.7342655600002 49.1830970950002 87.7903018650001 49.1726837700001 87.8191575700001 47.8818696850002 90.0673855650001 44.2819572200001 95.4283860500001 42.8976226600001 96.3607016400001 42.7253513400001 96.3847832250002 42.0178495100001 96.1365059300002 41.984183235 96.1159276500002 36.10381483 91.1184400550002 36.1003075650001 91.1148187750002 36.0994040950001 91.1138821550002 36.0981610050001 91.1125430300002 36.0970759600001 91.1113644200001 36.0962613 91.1104257450001 36.0955995150001 91.10931918 36.0945719850001 91.1075643800002 36.0938157150001 91.1061042450002 36.0930790350002 91.1044794150002 36.0304253950001 90.9238673900001 36.0303053750001 90.9235015550002 36.0295153300001 90.9206277 36.0183909750001 90.8520143300002 34.33451522 79.0379201700002</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon>
</WFS_test_wfs:Shape>
<WFS_test_wfs:省>新疆维吾尔自治区</WFS_test_wfs:省>
<WFS_test_wfs:AREA>213.113997000000</WFS_test_wfs:AREA>
<WFS_test_wfs:省代码>650000.000000000000</WFS_test_wfs:省代码>
<WFS_test_wfs:类型>自治区</WFS_test_wfs:类型>
<WFS_test_wfs:PERIMETER>57.078714000000</WFS_test_wfs:PERIMETER>
</WFS_test_wfs:PG.省凸包>
</gml:featureMember>
</wfs:FeatureCollection>