# WFS 2.0.0
WFS 2.0.0提供如下操作:
GetCapabitities:返回服务级元数据,它是对服务信息内容和要求参数的一种描述。
DescribeFeatureType:生成一个Schema用于描述WFS实现所能提供服务的要素类型。Schema描述定义了在输入时WFS实现如何对要素实例进行编码以及输出时如何生成一个要素实例。
GetFeature:可根据查询要求返回一个符合GML规范的数据文档。
LockFeature:用户通过Transaction请求时,为了保证要素信息的一致性,即当一个事务访问一个数据项时,其他的事务不能修改这个数据项,对要素数据加要素锁。
Transaction: 与要素实例的交互操作。该操作不仅能提供要素读取,同时支持要素在线编辑和事务处理。Transaction操作是可选的,服务器根据数据性质选择是否支持该操作。
GetPropertyValue:返回要素类型指定字段的属性值。
ListStoredQueries:返回 WFS 服务支持的存储查询方式列表。
DescribeStoredQueries:返回存储查询方式的详细元数据描述。
参考文档:
09-025r1_OGC_Web_Feature_Service_WFS_2.0_ISOFDIS_19142_Geographic_information_-_Web_Feature_Service .pdf(https://portal.ogc.org/files/?artifact_id=39967)
# GetCapabitities
# 请求
请求参数
参数名称 | 是否必填 | 描述 |
---|---|---|
SERVICE | 是 | 服务类型。必须是wfs |
REQUEST | 是 | 请求名称。必须是GetCapabilities |
VERSION | 是 | 版本号。必须是2.0.0 |
SECTIONS | 否 | 服务元数据文档组成部分的名称。 由零个或多个服务元数据文档组成部分的名称形成的无序列表,名称之间由英文逗号分隔。如果忽略该参数,则表示返回完整的服务元数据文档。 |
UPDATESEQUENCE | 否 | 控制缓存的序列号,当返回结果有变更时该序号递增。 IGServer暂不支持该参数 |
ACCEPFORMATS | 否 | 响应格式。默认是text/xml。 由零个和多个格式组成的有序列表,名称之前由英文逗号分隔,将想要返回的格式放在第一个。如果忽略该参数,则返回默认的格式 |
ACCEPTVERSIONS | 否 | 版本号。默认是取最新的版本。 由零个和多个版本组成的有序列表,名称之前由英文逗号分隔,将想要返回的版本放在第一位。如果忽略该参数,则返回最新的版本 |
请求示例
{{server}}/igs/rest/services/:serviceName/WFSServer?request=GetCapabilities&service=WFS&version=2.0.0&acceptversions={acceptversions}§ions={sections}&updatesequence={updatesequence}&acceptformats={acceptformats}
# 响应
响应示例
展开查看
<?xml version='1.0' encoding='utf-8'?>
<wfs:WFS_Capabilities version="2.0.0" xmlns="http://www.opengis.net/wfs/2.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:ogc="http://www.opengis.net/ogc" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0/wfs.xsd">
<ows:ServiceIdentification>
<ows:Title>ZondyCyber Web Feature Service</ows:Title>
<ows:Abstract>Web Feature Server maintained by ZondyCyber</ows:Abstract>
<ows:Keywords>
<ows:Keyword>WFS</ows:Keyword>
<ows:Keyword>WMS</ows:Keyword>
<ows:Keyword>ZondyCyber</ows:Keyword>
</ows:Keywords>
<ows:ServiceType>WFS</ows:ServiceType>
<ows:ServiceTypeVersion>2.0.0</ows:ServiceTypeVersion>
<ows:Fees>NONE</ows:Fees>
<ows:AccessConstraints>NONE</ows:AccessConstraints>
</ows:ServiceIdentification>
<ows:ServiceProvider>
<ows:ProviderName>Hubei</ows:ProviderName>
<ows:ServiceContact>
<ows:IndividualName>吴信才</ows:IndividualName>
<ows:PositionName>集团董事长</ows:PositionName>
<ows:ContactInfo>
<ows:Phone>
<ows:Voice>027-87785588</ows:Voice>
<ows:Facsimile>027-87785588</ows:Facsimile>
</ows:Phone>
<ows:Address>
<ows:City>Wuhan</ows:City>
<ows:AdministrativeArea>China</ows:AdministrativeArea>
<ows:PostalCode>430074</ows:PostalCode>
<ows:Country>China</ows:Country>
</ows:Address>
</ows:ContactInfo>
</ows:ServiceContact>
</ows:ServiceProvider>
<ows:OperationsMetadata>
<ows:Operation name="GetCapabilities">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="AcceptVersions">
<ows:AllowedValues>
<ows:Value>1.0.0</ows:Value>
<ows:Value>1.1.0</ows:Value>
<ows:Value>2.0.0</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
<ows:Parameter name="AcceptFormats">
<ows:AllowedValues>
<ows:Value>text/xml</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
<ows:Parameter name="Sections">
<ows:AllowedValues>
<ows:Value>ServiceIdentification</ows:Value>
<ows:Value>ServiceProvider</ows:Value>
<ows:Value>OperationsMetadata</ows:Value>
<ows:Value>FeatureTypeList</ows:Value>
<ows:Value>Filter_Capabilities</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
</ows:Operation>
<ows:Operation name="DescribeFeatureType">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="outputFormat">
<ows:AllowedValues>
<ows:Value>application/gml+xml; version=3.2</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
</ows:Operation>
<ows:Operation name="GetFeature">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="resultType">
<ows:AllowedValues>
<ows:Value>results</ows:Value>
<ows:Value>hits</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
<ows:Parameter name="outputFormat">
<ows:AllowedValues>
<ows:Value>GML2</ows:Value>
<ows:Value>GML3</ows:Value>
<ows:Value>text/xml; subtype=gml/2.1.2</ows:Value>
<ows:Value>text/xml; subType=gml/3.1.1</ows:Value>
<ows:Value>text/xml; subtype=gml/3.2</ows:Value>
<ows:Value>application/gml+xml; version=3.2</ows:Value>
<ows:Value>application/json</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
<ows:Constraint name="PagingIsTransactionSafe">
<ows:NoValues></ows:NoValues>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="CountDefault">
<ows:NoValues></ows:NoValues>
<ows:DefaultValue>1000000</ows:DefaultValue>
</ows:Constraint>
</ows:Operation>
<ows:Operation name="GetPropertyValue">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="resolve">
<ows:AllowedValues>
<ows:Value>none</ows:Value>
<ows:Value>local</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
<ows:Parameter name="outputFormat">
<ows:AllowedValues>
<ows:Value>application/gml+xml; version=3.2</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
</ows:Operation>
<ows:Operation name="ListStoredQueries">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
<ows:Operation name="DescribeStoredQueries">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
<ows:Operation name="LockFeature">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="lockAction">
<ows:AllowedValues>
<ows:Value>ALL</ows:Value>
<ows:Value>SOME</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
</ows:Operation>
<ows:Operation name="GetFeatureWithLock">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="resultType">
<ows:AllowedValues>
<ows:Value>results</ows:Value>
<ows:Value>hits</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
<ows:Parameter name="outputFormat">
<ows:AllowedValues>
<ows:Value>text/xml; subType=gml/3.1.1</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
</ows:Operation>
<ows:Operation name="Transaction">
<ows:DCP>
<ows:HTTP>
<ows:Get xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
<ows:Post xmlns:href="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer"/>
</ows:HTTP>
</ows:DCP>
<ows:Parameter name="inputFormat">
<ows:AllowedValues>
<ows:Value>application/gml+xml; version=3.2</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
<ows:Parameter name="releaseAction">
<ows:AllowedValues>
<ows:Value>ALL</ows:Value>
<ows:Value>SOME</ows:Value>
</ows:AllowedValues>
</ows:Parameter>
</ows:Operation>
<ows:Constraint name="ImplementsBasicWFS">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsTransactionalWFS">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsLockingWFS">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="KVPEncoding">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="XMLEncoding">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="SOAPEncoding">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsInheritance">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsRemoteResolve">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsResultPaging">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsStandardJoins">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsSpatialJoins">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsTemporalJoins">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ImplementsFeatureVersioning">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="ManageStoredQueries">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="PagingIsTransactionSafe">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</ows:Constraint>
<ows:Constraint name="QueryExpressions">
<ows:AllowedValues>
<ows:Value>wfs:Query</ows:Value>
<ows:Value>wfs:StoredQuery</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:OperationsMetadata>
<FeatureTypeList>
<FeatureType xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test">
<Name>beijing_w17_test:t0</Name>
<Title>北京市</Title>
<Abstract>Layer Info List</Abstract>
<ows:Keywords>
<ows:Keyword></ows:Keyword>
</ows:Keywords>
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS>
<ows:WGS84BoundingBox>
<ows:LowerCorner>115.40448659815915 39.41781726044531</ows:LowerCorner>
<ows:UpperCorner>117.46520008794508 41.05780257931024</ows:UpperCorner>
</ows:WGS84BoundingBox>
</FeatureType>
<FeatureType xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test">
<Name>beijing_w17_test:t1</Name>
<Title>绿地_1</Title>
<Abstract>Layer Info List</Abstract>
<ows:Keywords>
<ows:Keyword></ows:Keyword>
</ows:Keywords>
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS>
<ows:WGS84BoundingBox>
<ows:LowerCorner>115.6942631 39.6979361</ows:LowerCorner>
<ows:UpperCorner>116.8830574 40.5512486</ows:UpperCorner>
</ows:WGS84BoundingBox>
</FeatureType>
<FeatureType xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test">
<Name>beijing_w17_test:t2</Name>
<Title>绿地_2</Title>
<Abstract>Layer Info List</Abstract>
<ows:Keywords>
<ows:Keyword></ows:Keyword>
</ows:Keywords>
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS>
<ows:WGS84BoundingBox>
<ows:LowerCorner>115.6942631 39.6979361</ows:LowerCorner>
<ows:UpperCorner>117.0179376 40.5512486</ows:UpperCorner>
</ows:WGS84BoundingBox>
</FeatureType>
<FeatureType xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test">
<Name>beijing_w17_test:t3</Name>
<Title>绿地_3</Title>
<Abstract>Layer Info List</Abstract>
<ows:Keywords>
<ows:Keyword></ows:Keyword>
</ows:Keywords>
<DefaultSRS>urn:ogc:def:crs:EPSG::4326</DefaultSRS>
<ows:WGS84BoundingBox>
<ows:LowerCorner>115.8147476 39.4529452</ows:LowerCorner>
<ows:UpperCorner>117.4187314 40.8621987</ows:UpperCorner>
</ows:WGS84BoundingBox>
</FeatureType>
</FeatureTypeList>
<fes:Filter_Capabilities>
<fes:Conformance>
<fes:Constraint name="ImplementsAdHocQuery">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsMinStandardFilter">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsStandardFilter">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsMinSpatialFilter">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsSpatialFilter">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsSorting">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsMinimumXPath">
<ows:NoValues/>
<ows:DefaultValue>TRUE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsResourceId">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsFunctions">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsMinTemporalFilter">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsTemporalFilter">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</fes:Constraint>
<fes:Constraint name="ImplementsExtendedOperators">
<ows:NoValues/>
<ows:DefaultValue>FALSE</ows:DefaultValue>
</fes:Constraint>
</fes:Conformance>
<fes:Id_Capabilities>
<fes:ResourceIdentifier name="fes:ResourceId"/>
</fes:Id_Capabilities>
<fes:Scalar_Capabilities>
<fes:ComparisonOperators>
<fes:ComparisonOperator name="PropertyIsLessThan"/>
<fes:ComparisonOperator name="PropertyIsGreaterThan"/>
<fes:ComparisonOperator name="PropertyIsLessThanOrEqualTo"/>
<fes:ComparisonOperator name="PropertyIsGreaterThanOrEqualTo"/>
<fes:ComparisonOperator name="PropertyIsEqualTo"/>
<fes:ComparisonOperator name="PropertyIsNotEqualTo"/>
<fes:ComparisonOperator name="PropertyIsLike"/>
<fes:ComparisonOperator name="PropertyIsBetween"/>
<fes:ComparisonOperator name="PropertyIsNull"/>
</fes:ComparisonOperators>
</fes:Scalar_Capabilities>
<fes:Spatial_Capabilities>
<fes:GeometryOperands>
<fes:GeometryOperand name="gml:Envelope"/>
<fes:GeometryOperand name="gml:Point"/>
<fes:GeometryOperand name="gml:MultiPoint"/>
<fes:GeometryOperand name="gml:LineString"/>
<fes:GeometryOperand name="gml:Polygon"/>
<fes:GeometryOperand name="gml:MultiCurve"/>
<fes:GeometryOperand name="gml:MultiSurface"/>
<fes:GeometryOperand name="gml:MultiGeometry"/>
</fes:GeometryOperands>
<fes:SpatialOperators>
<fes:SpatialOperator name="BBOX"/>
<fes:SpatialOperator name="Equals"/>
<fes:SpatialOperator name="Disjoint"/>
<fes:SpatialOperator name="Intersects"/>
<fes:SpatialOperator name="Touches"/>
<fes:SpatialOperator name="Crosses"/>
<fes:SpatialOperator name="Within"/>
<fes:SpatialOperator name="Contains"/>
<fes:SpatialOperator name="Overlaps"/>
<fes:SpatialOperator name="Beyond"/>
<fes:SpatialOperator name="DWithin"/>
</fes:SpatialOperators>
</fes:Spatial_Capabilities>
</fes:Filter_Capabilities>
</wfs:WFS_Capabilities>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
# DescribeFeatureType
# 请求
请求参数
参数名称 | 是否必填 | 描述 |
---|---|---|
VERSION | 是 | 请求版本号。必须是2.0.0 |
SERVICE | 是 | 服务类型。必须是WFS |
REQUEST | 是 | 请求名称。必须是DescribeFeatureType |
TYPENAME | 否 | 要素类型列表。 要素类型之间以英文逗号分隔。如果没有设置 TYPENAME 的值,表示请求 WFS 2.0.0 服务提供的所有要素类型。 |
OUTPUTFORMAT | 否 | 响应格式。必须是Capabilities XML 文档中有明确声明的值(application/gml+xml; version=3.2) |
NAMESPACES | 否 | 命名空间。 用于指定命名空间及其前缀,形式为 xmlns(前缀为 escaped_url)。如果前缀没有被定义,则默认的命名空间应该被声明。可以通过英文逗号将 xmlns()值的多个命名空间连接起来。 |
VPS | 否 | 提供者特定参数。 DescribeFeatureType 请求中允许可选的服务提供者特定参数(vendor-specific parameters,VSPs),这些参数由供应商指定,不属于国际标准的 KVP 参数。这些参数的使用增强了请求的响应结果。VSPs 丢失或错误时,服务可以提供一个默认值。VSPs 在不被服务所知道的情况下被应用时,服务可以选择忽略不知道的请求参数。 WFS 可以选择不声明部分或全部 VSPs。如果 VSPs 包含在 Capabilities XML 中,则 ExtendedCapabilities 元素应该进行相应扩展。包含了 ExtendedCapabilities 扩展元素的其他 Schema 文档可以被引入到 Capabilities XML 文档中。客户端可以从 Capabilities Schema 中读取服务提供者特定的定义,并且使用 VSPs 构成请求。WFS 实现者在为 VSP 选择名字时应该注意,不要与国际标准中定义的 WFS 参数产生冲突。 IGServer暂不支持该参数 |
请求示例
{{server}}/igs/rest/ogc/doc/:serviceName/WFSServer?request=DescribeFeatureType&service=WFS&version=2.0.0&typename={typename}&outputformat={outputformat}&namespaces={namespaces}
# 响应
响应示例
展开查看
<?xml version='1.0' encoding='utf-8'?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test" elementFormDefault="qualified" targetNamespace="http://www.mapgis.com.cn/beijing_w17_test" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2">
<xsd:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://localhost:8089/igs/rest/ogc/schemas/gml/3.2.1/gml.xsd"/>
<xsd:complexType name="t0Type">
<xsd:complexContent>
<xsd:extension base="gml:AbstractFeatureType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" nillable="true" name="the_geom" type="gml:MultiSurfacePropertyType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="面积" nillable="true" type="xsd:double"/>
<xsd:element maxOccurs="1" minOccurs="0" name="周长" nillable="true" type="xsd:double"/>
<xsd:element maxOccurs="1" minOccurs="0" name="行政区代码" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="省名" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="名字拼音" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="分类索引" nillable="true" type="xsd:long"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mpLayer" nillable="true" type="xsd:long"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mpArea" nillable="true" type="xsd:double"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mpPerimeter" nillable="true" type="xsd:double"/>
<xsd:element maxOccurs="1" minOccurs="0" name="GDP_2006" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="GDP_2007" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="GDP_2008" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="GDP_2009" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="GDP_2010" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="GDP_2011" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第一产业增加值_2007" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第一产业增加值_2008" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第一产业增加值_2009" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第一产业增加值_2010" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第一产业增加值_2011" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第二产业增加值_2007" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第二产业增加值_2008" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第二产业增加值_2009" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第二产业增加值_2010" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第二产业增加值_2011" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第三产业增加值_2007" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第三产业增加值_2008" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第三产业增加值_2009" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第三产业增加值_2010" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="第三产业增加值_2011" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="工业增加值_2007" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="工业增加值_2008" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="工业增加值_2009" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="工业增加值_2010" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="工业增加值_2011" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="房地产业增加值_2007" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="房地产业增加值_2008" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="房地产业增加值_2009" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="房地产业增加值_2010" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="房地产业增加值_2011" nillable="true" type="xsd:float"/>
<xsd:element maxOccurs="1" minOccurs="0" name="人口数" nillable="true" type="xsd:long"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mapgis_style" nillable="true" type="xsd:long"/>
<xsd:element maxOccurs="1" minOccurs="0" name="COLOR_INDEX" nillable="true" type="xsd:long"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="t0" substitutionGroup="gml:AbstractFeature" type="beijing_w17_test:t0Type"/>
<xsd:complexType name="t1Type">
<xsd:complexContent>
<xsd:extension base="gml:AbstractFeatureType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" nillable="true" name="the_geom" type="gml:MultiSurfacePropertyType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mpArea" nillable="true" type="xsd:double"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mpPerimeter" nillable="true" type="xsd:double"/>
<xsd:element maxOccurs="1" minOccurs="0" name="mpLayer" nillable="true" type="xsd:long"/>
<xsd:element maxOccurs="1" minOccurs="0" name="osm_id" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="code" nillable="true" type="xsd:short"/>
<xsd:element maxOccurs="1" minOccurs="0" name="fclass" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="name" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="t1" substitutionGroup="gml:AbstractFeature" type="beijing_w17_test:t1Type"/>
</xsd:schema>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# GetFeature
注意,GML格式中几何坐标XY顺序并不是固定的
WFS1.1.0和2.0.0版本中,参考系为经纬度(epsg=4326, 4214, 4610, 4490)或高斯参考系(epsg=[2327,2442] [4491,4554] [21413,21423],[21473,21483])时,坐标顺序为YX,其他为XY
# 请求
请求参数
参数名称 | 是否必填 | 描述 |
---|---|---|
VERSION | 是 | 版本号。必须是2.0.0 示例:2.0.0 |
SERVICE | 是 | 服务名。必须是WFS 示例:WFS |
REQUEST | 是 | 请求名称。必须是GetFeature 示例:GetFeature |
NAMESPACES | 否 | 命名空间。 用于指定命名空间及其前缀,形式为 xmlns(前缀为 escaped_url)。如果前缀没有被定义,则默认的命名空间应该被声明。可以通过英文逗号将 xmlns()值的多个命名空间连接起来。 |
VSPs | 否 | 提供者特定参数。 DescribeFeatureType 请求中允许可选的服务提供者特定参数(vendor-specific parameters,VSPs),这些参数由供应商指定,不属于国际标准的 KVP 参数。这些参数的使用增强了请求的响应结果。VSPs 丢失或错误时,服务可以提供一个默认值。VSPs 在不被服务所知道的情况下被应用时,服务可以选择忽略不知道的请求参数。 WFS 可以选择不声明部分或全部 VSPs。如果 VSPs 包含在 Capabilities XML 中,则 ExtendedCapabilities 元素应该进行相应扩展。包含了 ExtendedCapabilities 扩展元素的其他 Schema 文档可以被引入到 Capabilities XML 文档中。客户端可以从 Capabilities Schema 中读取服务提供者特定的定义,并且使用 VSPs 构成请求。WFS 实现者在为 VSP 选择名字时应该注意,不要与国际标准中定义的 WFS 参数产生冲突。 IGServer暂不支持该参数 |
STARTINDEX | 否 | 开始索引号。 指定结果集在响应文档中开始呈现的索引号。 示例:10 |
COUNT | 否 | 返回数量。 指定返回结果中包含的要素数量。 示例:20 |
RESULTTYPE | 否 | 返回类型。 WFS 2.0.0 服务的 GetFeature 操作支持两种格式(响应异常除外)。既可以返回一个完整响应文档,文档中包含满足该请求的资源;也可以返回一个空响应文档,用于指示该操作可以返回的资源总数。最终返回的文档类型由 RESULTTYPE 参数决定。RESULTTYPE 参数的值可以为"results"和"hits",默认值为"results"。"results"表示返回满足操作请求的完整响应文档,"hits"表示返回一个没有资源实例的空响应文档。 示例:results |
RESOLVE | 否 | 资源引用。 RESOLVE 参数表示选择的(例如本地或远程资源)资源引用,值可以为 local、remote、all 或 none。WFS 2.0.0 服务的 RESOLVE 参数支持的值在 capabilties XML 文档中进行了声明。 IGServer 暂不支持该参数。 |
RESOLVEDEPTH | 否 | 资源嵌套深度。 RESOLVEDEPTH 参数决定了响应文档中资源嵌套的深度,该参数的有效值范围由非负整数加"*"构成。如果未指定 RESOLVE 参数的值或是值设为 none,服务器会忽略 RESOLVEDEPTH 参数中指定的任何值。 IGServer 暂不支持该参数。 |
RESOLVETIMEOUT | 否 | 资源解析时间。 RESOLVETIMEOUT 参数决定了服务器从解析资源引用开始,到服务器接收到响应时所需等待的时间。如果 RESOLVE 参数值设为 none,RESOLVETIMEOUT 参数值无效。 IGServer 暂不支持该参数。 |
TYPENAMES | 是 | 要素类型列表。 通过该参数可以指定多个要素类型,不同要素类型之间以英文逗号分隔。 示例:hubei:t0,t1 |
ALIASES | 否 | 要素类型别名。 在查询请求中用于指定要素类型的别名,值由 TYPENAMES 参数指定。要素类型别名可以在任何地方使用,要素类型名只能用于查询请求的上下文。要素类型别名的使用方式如下所示: TYPENAMES=(ns1:FeatureType1,ns2:FeatureType2)(ns2:FeatureType2,ns2:FeatureType3)&ALIASES=(A,B)(C,D) IGServer 暂不支持该参数。 |
SRSNAME | 否 | 坐标参考系名称。 可以根据响应文档中 SRSNAME 属性值判定,WFS 服务支持哪种应用于几何要素的 CRS 转换。SRSNAME 属性值可能为 capabilities 文档中列出的要素类型的 DefaultCRS 或 OtherCRS 值。如果 SRSNAME 属性值未指定,则响应文档中列出的要素类型应使用 DefaultCRS 值编码。 示例:EPSG:3857 |
FILTER | 否 | 过滤表达式。 使用 FILTER_LANGUAGE 参数指定的语言编码的过滤表达式。 该参数与 BBOX 和 RESOURCEID 参数互斥。 示例:参数详情 |
FILTER_LANGUAGE | 否 | 过滤表达式编码语言。 用来指定编码过滤表达式的语言, FILTER 参数的值即为编码后的过滤表达式。FILTER_LANGUAGE 参数的默认值 urn:ogc:def:query Language:OGC-FES:Filter,用来表明 FILTER 参数的值为一个字符串,该字符串是使用国际标准中定义的 XML 标签编码的。 IGServer 暂不支持该参数。 |
RESOURCEID | 否 | 要素ID。 多个标识符间用英文逗号隔开。 该参数与 BBOX 和 FILTER 参数互斥。 示例:t0.325 |
BBOX | 否 | 边界框。 该参数与 RESOURCEID 和 FILTER 参数互斥。 示例:31,111,32,113 |
SORTBY | 否 | 属性排序方式。 该参数用来指定属性的排序方式,可以为升序方式排序(ASC),也可以为降序方式排序(DESC)。如果未指定排序方式,则默认按升序方式排序(ASC)。 如:"SORTBY=Field1 DESC,Field2 DESC,Field3" ,表示 Field1 按降序方式排序,Field2 按降序方式排序,Field3 按升序方式排序。 示例:mpArea desc |
STOREDQUERY_ID | 是 | 存储查询标识符。仅提供 GetFeatureById 存储查询方式,其对应的标识符为 urn:ogc:def:query:OGC-WFS::GetFeatureById。 |
STOREDQUERY_PARAMETER | 否 | 存储查询参数。 |
OUTPUTFORMAT | 否 | 响应格式。必须是Capabilities XML 文档中有明确声明的值(application/gml+xml; version=3.2) 示例:json |
PROPERTYNAME | 否 | 属性名称列表。 表示包含在响应中的非必需属性列表。如果多个要素类型名称被指定为 TYPENAMES 的值,则相应的列表参数应该被指定。 示例:NAME |
请求示例
# 1.Query 请求示例
{{server}}/igs/rest/services/:serviceName/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames={typenames}&propertyname={propertyname}&resourceid={resourceid}&filter={filter}&bbox={bbox}&outputformat={outputformat}&namespaces={namespaces}&startindex={startindex}&count={count}&resulttype={resulttype}&srsname={srsname}&sortby={sortby}&storedquery_id={storedquery_id}&storedquery_parameter={storedquery_parameter}
# 2.StoredQuery 请求示例
{{server}}/igs/rest/services/:serviceName/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=beijing_w17_test:t0&propertyname=&resourceid&filter&bbox&outputformat&namespaces&startindex=&count=&resulttype&srsname=&sortby&storedquery_id=urn:ogc:def:query:OGC-WFS::GetFeatureById&id=t0.30
# 3.FILTER参数示例
- 空间查询参数
目前支持bbox(通过边界框进行过滤,获取边界框内的要素)、contains(包含运算,即限定结果要素空间上包含指定的几何对象)、disjoint(相离运算,即限定结果要素空间上与指定的几何对象没有公共点)、intersect(相交运算,即限定结果要素空间上与指定的几何对象相交)空间关系关键字;支持point、linestring、box、envelope、linearring、polygon、multipolygon空间几何类型
Intersect请求示例(get)
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter xmlns:gml="http://www.opengis.net/gml"> <fes:Intersect xmlns:fes="http://www.opengis.net/fes/2.0"> <fes:PropertyName>the_geom</fes:PropertyName> <gml:MultiPolygon> <gml:surfaceMember> <gml:Polygon> <gml:exterior> <gml:LinearRing> <gml:posList>31 111 32 111 32 113 31 113 31 111</gml:posList> </gml:LinearRing> </gml:exterior> </gml:Polygon> </gml:surfaceMember> </gml:MultiPolygon> </fes:Intersect> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18Intersect请求示例(post)
<?xml version="1.0" encoding="utf-8"?> <wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" outputFormat="application/gml+xml; version=3.2" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/wfs.xsd http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd"> <wfs:Query typeNames="hubei:t0"> <Filter> <fes:Intersect> <fes:PropertyName>the_geom</fes:PropertyName> <gml:MultiPolygon> <gml:surfaceMember> <gml:Polygon> <gml:exterior> <gml:LinearRing> <gml:posList>31 111 32 111 32 113 31 113 31 111</gml:posList> </gml:LinearRing> </gml:exterior> </gml:Polygon> </gml:surfaceMember> </gml:MultiPolygon> </fes:Intersect> </Filter> </wfs:Query> </wfs:GetFeature>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21Contains请求示例(get)
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter xmlns:gml="http://www.opengis.net/gml"> <fes:Contains xmlns:fes="http://www.opengis.net/fes/2.0"> <fes:PropertyName>the_geom</fes:PropertyName> <gml:MultiPolygon> <gml:polygonMember> <gml:Polygon> <gml:outerBoundaryIs> <gml:LinearRing> <gml:posList>31 111 32 111 32 113 31 113 31 111</gml:posList> </gml:LinearRing> </gml:outerBoundaryIs> </gml:Polygon> </gml:polygonMember> </gml:MultiPolygon> </fes:Contains> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18Contains请求示例(post)
<?xml version="1.0" encoding="utf-8"?> <wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" outputFormat="geojson" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/wfs.xsd http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd"> <wfs:Query typeNames="hubei:t0"> <Filter> <fes:Contains> <fes:PropertyName>the_geom</fes:PropertyName> <gml:MultiPolygon> <gml:polygonMember> <gml:Polygon> <gml:outerBoundaryIs> <gml:LinearRing> <gml:posList>31 111 32 111 32 113 31 113 31 111</gml:posList> </gml:LinearRing> </gml:outerBoundaryIs> </gml:Polygon> </gml:polygonMember> </gml:MultiPolygon> </fes:Contains> </Filter> </wfs:Query> </wfs:GetFeature>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21Disjoint请求示例(get)
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter xmlns:gml="http://www.opengis.net/gml"> <fes:Disjoint xmlns:fes="http://www.opengis.net/fes/2.0"> <fes:PropertyName>the_geom</fes:PropertyName> <gml:MultiPolygon> <gml:polygonMember> <gml:Polygon> <gml:outerBoundaryIs> <gml:LinearRing> <gml:posList>31 111 32 111 32 113 31 113 31 111</gml:posList> </gml:LinearRing> </gml:outerBoundaryIs> </gml:Polygon> </gml:polygonMember> </gml:MultiPolygon> </fes:Disjoint> </Filter> &bbox=&outputformat=geojson&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18Disjoint请求示例(post)
<?xml version="1.0" encoding="utf-8"?> <wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" outputFormat="geojson" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/wfs.xsd http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd"> <wfs:Query typeNames="hubei:t0"> <Filter> <fes:Disjoint> <fes:PropertyName>the_geom</fes:PropertyName> <gml:MultiPolygon> <gml:polygonMember> <gml:Polygon> <gml:outerBoundaryIs> <gml:LinearRing> <gml:posList>31 111 32 111 32 113 31 113 31 111</gml:posList> </gml:LinearRing> </gml:outerBoundaryIs> </gml:Polygon> </gml:polygonMember> </gml:MultiPolygon> </fes:Disjoint> </Filter> </wfs:Query> </wfs:GetFeature>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21Bbox请求示例(get)
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter> <BBOX> <Envelope> <lowerCorner>31,111</lowerCorner> <upperCorner>32,113</upperCorner> </Envelope> </BBOX> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
8
9
10Bbox请求示例(post)
<?xml version="1.0" encoding="utf-8"?> <wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" outputFormat="json" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/wfs.xsd http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd"> <wfs:Query typeNames="hubei:t0"> <Filter> <BBOX> <Envelope> <lowerCorner>31,111</lowerCorner> <upperCorner>32,113</upperCorner> </Envelope> </BBOX> </Filter> </wfs:Query> </wfs:GetFeature>
1
2
3
4
5
6
7
8
9
10
11
12
13Dwithin请求示例(get)
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter xmlns:gml="http://www.opengis.net/gml"> <fes:DWITHIN xmlns:fes="http://www.opengis.net/fes/2.0"> <gml:Point> <gml:coordinates>112,31</gml:coordinates> </gml:Point> <fes:Distance>10</fes:Distance> </fes:DWITHIN> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
8
9
- 条件查询参数
目前支持PropertyIsEqualTo(限定某表达式的值等于指定值)、PropertyIsNotEqualTo(限定某表达式的值不等于指定值)、PropertyIsLessthan(限定某表达式的值小于指定值)、PropertyIsGreaterthan、PropertyIsMorethan(限定某表达式的值大于指定值)、PropertyIsLessthanOrEqualTo(限定某表达式的值小于或者等于指定值)、PropertyIsGreaterthanOrEqualTo、PropertyIsMorethanOrEqualTo(限定某表达式的值大于或者等于指定值)、PropertyIsLike(模糊查询)、PropertyIsBetween(限定某表达式的值在两个指定值范围内)、PropertyIsNull(限定某表达式的值为null)
PropertyIsEqualTo请求示例
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter> <PropertyIsEqualTo> <ValueReference>NAME</ValueReference> <Literal>武汉市</Literal> </PropertyIsEqualTo> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
8PropertyIsLike请求示例
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter=<Filter> <PropertyIsLike> <ValueReference>NAME</ValueReference> <Literal>武</Literal> </PropertyIsLike> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7PropertyIsBetween请求示例
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter> <PropertyIsBetween> <ValueReference>mpArea</ValueReference> <LowerBoundary>0.02</LowerBoundary> <UpperBoundary>0.05</UpperBoundary> </PropertyIsBetween> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
8
9PropertyIsNull请求示例
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter> <PropertyIsNull> <ValueReference>CODE</ValueReference> </PropertyIsNull> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
- 复合查询示例
空间查询和条件查询并存示例
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter= <Filter> <BBOX> <Envelope> <lowerCorner>31 111</lowerCorner> <upperCorner>32 113 </upperCorner> </Envelope> </BBOX> <PropertyIsLike> <ValueReference>NAME</ValueReference> <Literal>武</Literal> </PropertyIsLike> </Filter> &bbox=&outputformat=json&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
1
2
3
4
5
6
7
8
9
10
11
12
13
14使用And、Or、Not连接查询条件示例(Post请求体)
<?xml version="1.0" encoding="utf-8"?> <wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" outputFormat="application/gml+xml; version=3.2" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/wfs.xsd http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd"> <Query typeNames="hubei:t0"> <fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0"> <And> <fes:PropertyIsEqualTo> <fes:ValueReference>mpLayer</fes:ValueReference> <fes:Literal>0</fes:Literal> </fes:PropertyIsEqualTo> <fes:PropertyIsLike> <fes:ValueReference>NAME</fes:ValueReference> <fes:Literal>武</fes:Literal> </fes:PropertyIsLike> </And> </fes:Filter> </Query> </wfs:GetFeature>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- 通过featureId查询
{{server}}/igs/rest/services/hubei/WFSServer?request=GetFeature&service=WFS&version=2.0.0&typenames=hubei:t0&propertyname=&resourceid=&filter=
<Filter xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:gml="http://www.opengis.net/gml">
<fes:ResourceId rid="t0.325"/>
</Filter>
&bbox=&outputformat=&namespaces=&startindex=&count=&resulttype=&srsname=&sortby=&storedquery_id=&storedquery_parameter=
2
3
4
5
# 响应
响应示例
1.resulttype=results
展开查看
<?xml version='1.0' encoding='utf-8'?>
<wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" numberMatched="1" numberReturned="1" timeStamp="2022-07-04T11:18:40.070+0800" xsi:schemaLocation="http://www.mapgis.com.cn/beijing_w17_test http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer?REQUEST=DescribeFeatureType&VERSION=2.0.0&SERVICE=wfs&TYPENAME=beijing_w17_test%3At0 http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0/wfs.xsd http://www.opengis.net/gml/3.2 http://localhost:8089/igs/rest/ogc/schemas/gml/3.2.1/gml.xsd">
<wfs:member>
<beijing_w17_test:t0 gml:id="t0.30">
<beijing_w17_test:the_geom>
<gml:MultiSurface srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG::4326" gml:id="t0.30.the_geom">
<gml:surfaceMember>
<gml:Polygon gml:id="t0.the_geom.30">
<gml:exterior>
<gml:LinearRing>
<gml:posList>40.18168966028399 117.31507489964977 40.17382866541169 117.32026235404675 40.170011875956256 117.32591179248186 40.13623969941543 117.36761577563071 40.12073755602187 117.31926236434069 40.12861084283261 117.26619623614805 40.11546223856319 117.24477450997999 40.08568763949707 117.21452103811879 40.02520634206102 116.97261778735806 40.02687559507769 116.94810552292485 40.028818773543314 116.87625479809596 40.02785061414937 116.82574062975266 40.019389198378974 116.78174737211647 40.003072552839136 116.75145887939848 39.99277345005897 116.74332295570034 39.97714041541478 116.7347032651407 39.95439383065294 116.72544901303944 39.94373083504269 116.72449030402393 39.92878466181725 116.73750776086395 39.9209486644574 116.75119134609517 39.87081931152995 116.75383725602914 39.855505434747464 116.77400278726154 39.840193114428345 116.79416037221067 39.82450564652686 116.82146466856312 39.81910855399687 116.85688298125996 39.82473776557202 116.88614336588404 39.826145306301285 116.8934566700068 39.80547869501192 116.91308483222835 39.773494464131105 116.9101168498864 39.74365747315592 116.90017551320729 39.707081071264376 116.88244439009556 39.69250180504247 116.88826982527212 39.681094633043855 116.90155989288911 39.64726886303583 116.8420508490617 39.61149967444282 116.81076476042458 39.579966453410634 116.80352879150183 39.5630309358432 116.78784718541552 39.579680469233246 116.77031709448903 39.60397601555115 116.74141351915321 39.60880375247046 116.73229660344654 39.6070458707191 116.71200858242825 39.58766029704392 116.69275537540997 39.58245472765626 116.68758565538465 39.572854466820935 116.66433230222295 39.584198644271204 116.60713394957311 39.60628405152062 116.58748129282284 39.5908257786836 116.5353478427099 39.57167694511275 116.52799576702257 39.547106870091554 116.50245350747362 39.52770329498528 116.43825380200498 39.50252777053924 116.40561858077268 39.498881576398496 116.40100379974331 39.49160500175016 116.39180584389143 39.483460245116085 116.39476865451236 39.46460426812319 116.42414071699406 39.434321744048574 116.42900301454235 39.42987536955002 116.42791704673658 39.41781726044531 116.38677522865636 39.42320648077019 116.34913970851295 39.44181399407318 116.29595016984247 39.455722501982734 116.26615584761836 39.47673296615232 116.23693430798399 39.493628148595896 116.21929027477643 39.504737590351894 116.21067941632194 39.52794933161917 116.21022643539574 39.57750340367757 116.18094387924413 39.579333413710934 116.1719445517697 39.5578554053212 116.13372830776694 39.546213219384946 116.07015549594084 39.53524038194409 116.01138963988919 39.544793447326306 115.99309590006067 39.54457910442803 115.95283608988319 39.542883296453006 115.92786136637815 39.55667066848406 115.89088967748987 39.54354371179665 115.84028582021155 39.522901970210164 115.82472850379624 39.50406496031921 115.80811057071978 39.49533374301034 115.77966723753258 39.47960218629306 115.72844836428075 39.54364368247745 115.66982063875008 39.57488021885799 115.63746001599935 39.589136447604815 115.60992781889202 39.5802300624456 115.56200994376258 39.58459439162423 115.53858504838304 39.59184834999727 115.50823929710329 39.619064913858736 115.48857528352524 39.67072345222821 115.45260172439478 39.70491236403903 115.43569831567262 39.70622492031764 115.44882509025234 39.71363529283584 115.46469748036509 39.73388341821436 115.4161014688475 39.77721068510954 115.41632548945529 39.76798219455808 115.47868845905457 39.77344070462795 115.55026669103071 39.78886292242484 115.5465514708088 39.793066703755805 115.54553498831588 39.85464367634573 115.4792369276939 39.8829667368932 115.47858918056201 39.905584239346865 115.43834146653782 39.93807623821907 115.42267327858586 39.97573487050942 115.40448659815915 40.01630310297043 115.40813400223824 40.032572167324695 115.44962261668337 40.03451513391693 115.52123402932754 40.04979682057687 115.54193867605058 40.06491952782842 115.56245986505586 40.104137389083675 115.60425768939746 40.122854450385475 115.6746440796621 40.115270654125766 115.73737892567547 40.13452907423682 115.79113193323741 40.14458176718476 115.84880078311926 40.14547406310452 115.85392046938316 40.18069191659339 115.85865377543398 40.217251595394266 115.92201556645126 40.23648669425067 115.92422448941637 40.26747039043067 115.92779573903887 40.296101486648354 115.89622932744395 40.351074440916065 115.84607287414383 40.39530347292998 115.77476729057096 40.430832000635576 115.74714183495458 40.451577448849136 115.73651160032634 40.47460369578611 115.7116313828737 40.49950330144912 115.70845670140766 40.519828576491186 115.73375872295638 40.5367958858598 115.76557751988649 40.55511193214085 115.79631355389617 40.5616016157129 115.81133297773161 40.56578905087944 115.8382328458345 40.58639027959755 115.89788912844354 40.57336105769088 115.95004512459603 40.57089123334162 116.00545386365171 40.57838057220969 116.03747823315828 40.59519484461847 116.06062693938652 40.62301217600583 116.07743463293757 40.64326030539523 116.1033000170865 40.667070554595625 116.12948243265173 40.701444791873016 116.15897822203934 40.735701935474744 116.19092785774751 40.74203308208347 116.20842346603108 40.74436452538898 116.23527140631468 40.73656988375049 116.24915193660506 40.73177217397864 116.27540359890327 40.73487827671843 116.28535950155455 40.748435065588446 116.30106651190738 40.74953533491668 116.31570179828466 40.73864176135716 116.39474407479348 40.740160446993215 116.45468231549593 40.769041635777334 116.43023128297382 40.78558923299923 116.39414154237737 40.80094587146101 116.3651764156099 40.87977225936604 116.29986840039948 40.91087228071005 116.29731258491644 40.91382314734168 116.31199949832941 40.907242442827986 116.32424151280868 40.899459690515634 116.33870127248137 40.8853278978374 116.35936120753979 40.8723210169044 116.39578334303017 40.870587035621064 116.43785778800024 40.891936640921905 116.4358359461624 40.91220695143803 116.4168399711459 40.94900957199592 116.40512169145262 40.95606289748336 116.42737110246703 40.95049041536041 116.47645027029144 40.95645424952837 116.5034628689909 40.96657026332268 116.53683378692477 41.02949942210438 116.5573523714245 41.05780257931024 116.62119206138455 41.04040655116971 116.6343492918968 40.99905997605389 116.64803729187122 40.98475788359688 116.65021298247191 40.95179317294696 116.65521617452124 40.91522933224161 116.68132698702112 40.89107837742801 116.707168201715 40.86972949213688 116.70910583329366 40.854045444129845 116.70304642299156 40.8265524671545 116.7647610942514 40.81624149609808 116.79769169722736 40.78872998354285 116.83886540659127 40.76218926286929 116.85769187621968 40.71869899868607 116.9004173488254 40.6971665724963 116.91708327059884 40.675627680742146 116.93374870176719 40.669770971154826 116.95810426250407 40.67371919436728 117.01454264349421 40.67846352977836 117.09907283290626 40.674503258353624 117.17346101787503 40.65968251568569 117.27788564617171 40.64952135897002 117.37964711547767 40.64769041570492 117.45420078396214 40.633289442812945 117.46520008794508 40.61048713402519 117.453149753623 40.60952777243434 117.43789712280673 40.59947733568167 117.41197792074477 40.5792470581363 117.40371327654006 40.558399912992186 117.4089340674679 40.5337494491829 117.38755313514888 40.53760292131587 117.34465405029877 40.5460174301351 117.29854420104897 40.54312988682136 117.2478491843046 40.529339791250244 117.20223743849012 40.504454299378054 117.16650975211704 40.44051395327131 117.18868057205867 40.391560417473634 117.17493854889949 40.37436321577407 117.16389783720311 40.34977875573698 117.19072163956632 40.34074754932602 117.20058048720476 40.29047266918997 117.23341454262267 40.260056431835665 117.25833151812517 40.24685041025389 117.27514243412595 40.231169984068046 117.28813872049112 40.19944231472779 117.30334989929348 40.18168966028399 117.31507489964977</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gml:surfaceMember>
</gml:MultiSurface>
</beijing_w17_test:the_geom>
<beijing_w17_test:fid>30</beijing_w17_test:fid>
<beijing_w17_test:面积>1.634556E+10</beijing_w17_test:面积>
<beijing_w17_test:周长>764100.9</beijing_w17_test:周长>
<beijing_w17_test:行政区代码>110000</beijing_w17_test:行政区代码>
<beijing_w17_test:省名>北京</beijing_w17_test:省名>
<beijing_w17_test:名字拼音>Beijing</beijing_w17_test:名字拼音>
<beijing_w17_test:分类索引>2</beijing_w17_test:分类索引>
<beijing_w17_test:mpLayer>0</beijing_w17_test:mpLayer>
<beijing_w17_test:mpArea>1.7250937307420786</beijing_w17_test:mpArea>
<beijing_w17_test:mpPerimeter>8.105811630521583</beijing_w17_test:mpPerimeter>
<beijing_w17_test:GDP_2006>8117.78</beijing_w17_test:GDP_2006>
<beijing_w17_test:GDP_2007>9846.81</beijing_w17_test:GDP_2007>
<beijing_w17_test:GDP_2008>11115.0</beijing_w17_test:GDP_2008>
<beijing_w17_test:GDP_2009>12153.03</beijing_w17_test:GDP_2009>
<beijing_w17_test:GDP_2010>14113.58</beijing_w17_test:GDP_2010>
<beijing_w17_test:GDP_2011>16251.93</beijing_w17_test:GDP_2011>
<beijing_w17_test:第一产业增加值_2007>101.26</beijing_w17_test:第一产业增加值_2007>
<beijing_w17_test:第一产业增加值_2008>112.83</beijing_w17_test:第一产业增加值_2008>
<beijing_w17_test:第一产业增加值_2009>118.29</beijing_w17_test:第一产业增加值_2009>
<beijing_w17_test:第一产业增加值_2010>124.36</beijing_w17_test:第一产业增加值_2010>
<beijing_w17_test:第一产业增加值_2011>136.27</beijing_w17_test:第一产业增加值_2011>
<beijing_w17_test:第二产业增加值_2007>2509.4</beijing_w17_test:第二产业增加值_2007>
<beijing_w17_test:第二产业增加值_2008>2626.41</beijing_w17_test:第二产业增加值_2008>
<beijing_w17_test:第二产业增加值_2009>2855.55</beijing_w17_test:第二产业增加值_2009>
<beijing_w17_test:第二产业增加值_2010>3388.38</beijing_w17_test:第二产业增加值_2010>
<beijing_w17_test:第二产业增加值_2011>3752.48</beijing_w17_test:第二产业增加值_2011>
<beijing_w17_test:第三产业增加值_2007>7236.15</beijing_w17_test:第三产业增加值_2007>
<beijing_w17_test:第三产业增加值_2008>8375.76</beijing_w17_test:第三产业增加值_2008>
<beijing_w17_test:第三产业增加值_2009>9179.19</beijing_w17_test:第三产业增加值_2009>
<beijing_w17_test:第三产业增加值_2010>10600.84</beijing_w17_test:第三产业增加值_2010>
<beijing_w17_test:第三产业增加值_2011>12363.18</beijing_w17_test:第三产业增加值_2011>
<beijing_w17_test:工业增加值_2007>2082.76</beijing_w17_test:工业增加值_2007>
<beijing_w17_test:工业增加值_2008>2131.75</beijing_w17_test:工业增加值_2008>
<beijing_w17_test:工业增加值_2009>2303.08</beijing_w17_test:工业增加值_2009>
<beijing_w17_test:工业增加值_2010>2763.99</beijing_w17_test:工业增加值_2010>
<beijing_w17_test:工业增加值_2011>3048.79</beijing_w17_test:工业增加值_2011>
<beijing_w17_test:房地产业增加值_2007>821.5</beijing_w17_test:房地产业增加值_2007>
<beijing_w17_test:房地产业增加值_2008>844.59</beijing_w17_test:房地产业增加值_2008>
<beijing_w17_test:房地产业增加值_2009>1062.47</beijing_w17_test:房地产业增加值_2009>
<beijing_w17_test:房地产业增加值_2010>1006.52</beijing_w17_test:房地产业增加值_2010>
<beijing_w17_test:房地产业增加值_2011>1074.93</beijing_w17_test:房地产业增加值_2011>
<beijing_w17_test:人口数>19612368</beijing_w17_test:人口数>
<beijing_w17_test:mapgis_style>1</beijing_w17_test:mapgis_style>
<beijing_w17_test:COLOR_INDEX>1</beijing_w17_test:COLOR_INDEX>
</beijing_w17_test:t0>
</wfs:member>
</wfs:FeatureCollection>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
2.results=hits
<?xml version='1.0' encoding='utf-8'?>
<wfs:FeatureCollection xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" next="http://localhost:8089/igs/rest/services/beijing_w17_test/WFSServer?TYPENAME=beijing_w17_test%3At0;REQUEST=GetFeature;RESULTTYPE=results;VERSION=2.0.0;SERVICE=WFS;COUNT=1;STARTINDEX=0" numberMatched="1" numberReturned="0" timeStamp="2022-07-04T13:53:05.714+0800" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0/wfs.xsd"/>
2
# LockFeature
# 请求
请求参数
参数名称 | 是否必填 | 描述 |
---|---|---|
VERSION | 是 | 版本号。必须是2.0.0 |
SERVICE | 是 | 服务名。必须是WFS |
REQUEST | 是 | 请求名称。必须是LockFeature |
NAMESPACES | 否 | 命名空间。 用于指定命名空间及其前缀,形式为 xmlns(前缀为 escaped_url)。如果前缀没有被定义,则默认的命名空间应该被声明。可以通过英文逗号将 xmlns()值的多个命名空间连接起来。 |
VSPs | 否 | 提供者特定参数。 DescribeFeatureType 请求中允许可选的服务提供者特定参数(vendor-specific parameters,VSPs),这些参数由供应商指定,不属于国际标准的 KVP 参数。这些参数的使用增强了请求的响应结果。VSPs 丢失或错误时,服务可以提供一个默认值。VSPs 在不被服务所知道的情况下被应用时,服务可以选择忽略不知道的请求参数。 WFS 可以选择不声明部分或全部 VSPs。如果 VSPs 包含在 Capabilities XML 中,则 ExtendedCapabilities 元素应该进行相应扩展。包含了 ExtendedCapabilities 扩展元素的其他 Schema 文档可以被引入到 Capabilities XML 文档中。客户端可以从 Capabilities Schema 中读取服务提供者特定的定义,并且使用 VSPs 构成请求。WFS 实现者在为 VSP 选择名字时应该注意,不要与国际标准中定义的 WFS 参数产生冲突。 IGServer暂不支持该参数 |
TYPENAMES | 是 | 要素类型列表。 通过该参数可以指定多个要素类型,不同要素类型之间以英文逗号分隔。 |
ALIASES | 否 | 要素类型别名。 在查询请求中用于指定要素类型的别名,值由 TYPENAMES 参数指定。要素类型别名可以在任何地方使用,要素类型名只能用于查询请求的上下文。要素类型别名的使用方式如下所示: TYPENAMES=(ns1:FeatureType1,ns2:FeatureType2)(ns2:FeatureType2,ns2:FeatureType3)&ALIASES=(A,B)(C,D) IGServer 暂不支持该参数。 |
SRSNAME | 否 | 坐标参考系名称。 可以根据响应文档中 SRSNAME 属性值判定,WFS 服务支持哪种应用于几何要素的 CRS 转换。SRSNAME 属性值可能为 capabilities 文档中列出的要素类型的 DefaultCRS 或 OtherCRS 值。如果 SRSNAME 属性值未指定,则响应文档中列出的要素类型应使用 DefaultCRS 值编码。 |
FILTER | 否 | 过滤表达式。 使用 FILTER_LANGUAGE 参数指定的语言编码的过滤表达式。 该参数与 BBOX 和 RESOURCEID 参数互斥。 |
FILTER_LANGUAGE | 否 | 过滤表达式编码语言。 用来指定编码过滤表达式的语言, FILTER 参数的值即为编码后的过滤表达式。FILTER_LANGUAGE 参数的默认值 urn:ogc:def:query Language:OGC-FES:Filter,用来表明 FILTER 参数的值为一个字符串,该字符串是使用国际标准中定义的 XML 标签编码的。 IGServer 暂不支持该参数。 |
RESOURCEID | 否 | 要素ID。 多个标识符间用英文逗号隔开。 该参数与 BBOX 和 FILTER 参数互斥。 |
BBOX | 否 | 边界框。 该参数与 RESOURCEID 和 FILTER 参数互斥。 |
SORTBY | 否 | 属性排序方式。 该参数用来指定属性的排序方式,可以为升序方式排序(ASC),也可以为降序方式排序(DESC)。如果未指定排序方式,则默认按升序方式排序(ASC)。 如:"SORTBY=Field1 DESC,Field2 DESC,Field3" ,表示 Field1 按降序方式排序,Field2 按降序方式排序,Field3 按升序方式排序。 |
STOREDQUERY_ID | 是 | 存储查询标识符。仅提供 GetFeatureById 存储查询方式,其对应的标识符为 urn:ogc:def:query:OGC-WFS::GetFeatureById。 |
STOREDQUERY_PARAMETER | 否 | 存储查询参数。 |
LOCKID | 否 | 指定一个现有的锁标识符,以便重新设置锁 |
EXPIRY | 否 | 在被清除之前如果没有收到释放锁的事务请求锁将持续的秒数 |
LOCKACTION | 否 | 指定如何获得锁。ALL表示所有特性都被锁 |
请求示例
{{server}}/igs/rest/services/:serviceName/WFSServer?request=LockFeature&service=WFS&version=2.0.0&typenames={typenames}&propertyname={propertyname}&resourceid={resourceid}&filter={filter}&bbox={bbox}&outputformat={outputformat}&namespaces={namespaces}&startindex={startindex}&count={count}&resulttype={resulttype}&srsname={srsname}&sortby={sortby}&storedquery_id={storedquery_id}&storedquery_parameter={storedquery_parameter}&lockAction={lockAction}&lockId={lockId}&expiry={expiry}
# 响应
响应示例
<?xml version='1.0' encoding='UTF-8'?>
<wfs:LockFeatureResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogc="http://www.opengis.net/ogc" xmlns:wfs="http://www.opengis.net/wfs" xmlns:ows="http://www.opengis.net/ows" xmlns:gml="http://www.opengis.net/gml" xsi:http://www.w3.org/2001/XMLSchema-instance="http://www.opengis.net/wfs http://localhost:8089/igs/rest/ogc/schemas/wfs/1.1.0/wfs.xsd" xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test" xmlns:xlink="http://www.w3.org/1999/xlink" LockId="a758ed7d-e3e7-4d29-8d60-687561375010">
<wfs:FeaturesLocked>
<ogc:FeatureId fid="t0.30"/>
</wfs:FeaturesLocked>
</wfs:LockFeatureResponse>
2
3
4
5
6
# Transaction
# 请求
Transaction 操作支持通过 POST 请求实现添加要素、更新要素、替换要素以及删除要素功能,请求体采用 XML 格式,主要节点要素如下:
参数名称 | 是否必填 | 描述 |
---|---|---|
Transaction | 是 | 执行事务请求时的根元素。 一个 Transaction 元素可包含 0 个或多个用于添加、更新、替换、删除要素的 Insert、Update、Replace 或 Delete 元素 |
Insert | 否 | 添加新要素操作时必选。 一个 Transaction 请求可以包含多个 Insert 元素,每个 Insert 元素可以添加一个要素。 |
Update | 否 | 更新要素操作时必选。 用 typeName 属性指定需要更新的要素类型。Update 元素可以包含一个或多个 Property 元素,该元素用于指定需要更新的要素的属性(ValueReference 元素)和属性值(Value 元素)。 一个 Transaction 请求可以包含多个 Update 元素,以实现多个相同或不同类型的要素更新。 Update 元素中可以包含一个或多个 Filter 元素,用于指定待更新要素。 |
Replace | 否 | 替换要素操作时必选。 Replace 操作和 Update 操作不同,Update 操作用于更新要素的个别属性,而 Replace 操作是用指定要素完全替换目标要素,替换后两个要素的属性值一致。 |
Delete | 否 | 删除要素操作时必选。 用 typeName 属性指定需要删除的要素类型。 Delete 元素中可以包含一个或多个 Filter 元素,用于指定待删除要素。 |
请求示例
{{server}}/igs/rest/services/:serviceName/WFSServer
# 添加
①点
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t2" xmlns:gml="http://www.opengis.net/gml/3.2">
<wfs:Insert>
<ogc_wfs:t2 xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs">
<ogc_wfs:NAME>test</ogc_wfs:NAME>
<ogc_wfs:the_geom>
<gml:Point xmlns:gml="http://www.opengis.net/gml/3.2" srsName="EPSG:4610">
<gml:coordinates>143.09,35.57</gml:coordinates>
</gml:Point>
</ogc_wfs:the_geom>
</ogc_wfs:t2>
</wfs:Insert>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
13
②线
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/ogc/doc/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=.0.0&TYPENAME=ogc_wfs:t1" xmlns:gml="http://www.opengis.net/gml/3.2">
<wfs:Insert>
<ogc_wfs:t1 xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs">
<ogc_wfs:NAME>test</ogc_wfs:NAME>
<ogc_wfs:the_geom>
<gml:MultiCurve xmlns:gml="http://www.opengis.net/gml/3.2" srsName="EPSG:4610">
<gml:curveMember>
<gml:LineString gml:id="t1.the_geom.1">
<gml:posList>112.16241 31.582382 112.16642 31.580462 112.1703 31.577864 112.17307 31.576595 112.17594 31.575686 112.17778 31.57556 112.17964 31.576155 112.18146 31.577112 112.18333 31.578566 112.18547 31.579609 112.18817 31.580189 112.19081 31.580551 112.19189 31.580675 112.19287 31.580786 112.1961 31.581305 112.19642 31.581306 112.1981 31.581314 112.20032 31.581455 112.20032 31.581455 112.20221 31.581284 112.20494 31.581095 112.20588 31.580969</gml:posList>
</gml:LineString>
</gml:curveMember>
</gml:MultiCurve>
</ogc_wfs:the_geom>
</ogc_wfs:t1>
</wfs:Insert>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
③区
展开查看
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t0" xmlns:gml="http://www.opengis.net/gml/3.2">
<wfs:Insert>
<ogc_wfs:t0 xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs">
<ogc_wfs:NAME>test</ogc_wfs:NAME>
<ogc_wfs:the_geom>
<gml:MultiSurface xmlns:gml="http://www.opengis.net/gml/3.2" srsName="urn:x-ogc:def:crs:EPSG::4610">
<gml:surfaceMember>
<gml:Polygon>
<gml:exterior>
<gml:LinearRing>
<gml:posList>31.122293 113.4829 31.122505 113.48317 31.123466 113.4815 31.124136 113.47942 31.12516 113.47782 31.126577 113.47581 31.128281 113.47446 31.130108 113.47318 31.13279 113.47249 31.135666 113.47346 31.137157 113.47465 31.138889 113.47643 31.141306 113.47787 31.143492 113.47945 31.145107 113.48076 31.147409 113.48207 31.151083 113.4837 31.154518 113.48367 31.157267 113.4837 31.160189 113.48361 31.1626 113.48392 31.165401 113.48309 31.168022 113.48134 31.1691 113.47974 31.170048 113.47726 31.171698 113.47585 31.17429 113.47709 31.175791 113.47867 31.177332 113.47872 31.178236 113.47625 31.180571 113.47483 31.183662 113.47533 31.185392 113.47678 31.186207 113.47851 31.187714 113.48076 31.189882 113.47954 31.192963 113.47831 31.194447 113.47763 31.196278 113.47708 31.197824 113.4768 31.199495 113.47805 31.201342 113.47996 31.203108 113.47914 31.205162 113.47779 31.206705 113.47718 31.208534 113.47683 31.2118 113.47766 31.213354 113.47885 31.214972 113.47963 31.217257 113.47935 31.21949 113.47906 31.221712 113.47837 31.223543 113.47736 31.225245 113.47607 31.226385 113.4744 31.226419 113.4722 31.226511 113.4684 31.229439 113.46231 31.228216 113.45932 31.227047 113.45594 31.227661 113.45354 31.228781 113.45106 31.23089 113.4491 31.232244 113.44669 31.232977 113.44469 31.233753 113.44221 31.234482 113.43994 31.235783 113.4374 31.237143 113.43559 31.238741 113.43457 31.240564 113.43342 31.242222 113.43301 31.244347 113.43365 31.246748 113.43396 31.249151 113.4332 31.251032 113.43245 31.2523 113.43357 31.254311 113.43356 31.255728 113.43247 31.255825 113.4298 31.256262 113.4272 31.258129 113.42419 31.259783 113.4231 31.262127 113.42262 31.263779 113.422 31.266178 113.42097 31.269323 113.42007 31.271492 113.41978 31.274075 113.41962 31.276474 113.41907 31.278931 113.41831 31.282061 113.41628 31.282669 113.41321 31.282991 113.41094 31.28343 113.40867 31.284845 113.40578 31.287642 113.40476 31.290161 113.405 31.292109 113.40498 31.292551 113.40305 31.29277 113.40098 31.29303 113.39817 31.293694 113.39497 31.294067 113.39137 31.292728 113.38964 31.290604 113.38813 31.289787 113.38641 31.292114 113.38399 31.293541 113.38337 31.295307 113.38195 31.294718 113.37969 31.293898 113.3777 31.293022 113.37578 31.291805 113.37439 31.289673 113.37267 31.288002 113.37136 31.285879 113.37058 31.284336 113.37067 31.28187 113.3709 31.281507 113.36856 31.282873 113.36742 31.284929 113.36686 31.286112 113.36438 31.286955 113.36264 31.289021 113.36208 31.292339 113.36205 31.294392 113.36116 31.295984 113.36034 31.297644 113.35986 31.299355 113.35904 31.300955 113.35822 31.302937 113.35587 31.306299 113.3539 31.307667 113.35309 31.308916 113.35134 31.308662 113.34801 31.30765 113.34415 31.307749 113.34222 31.309671 113.33913 31.312008 113.3381 31.313492 113.33729 31.315201 113.33647 31.317142 113.33531 31.318743 113.33456 31.320499 113.33315 31.319736 113.33095 31.320345 113.32774 31.32073 113.32594 31.322378 113.32452 31.324213 113.32477 31.326666 113.3242 31.329237 113.32311 31.331459 113.32142 31.333103 113.31973 31.334412 113.31818 31.336451 113.31609 31.337702 113.31468 31.338427 113.313 31.340538 113.31139 31.342051 113.31005 31.342051 113.31005 31.342297 113.31036 31.343519 113.31161 31.345011 113.31233 31.346565 113.31312 31.34823 113.31377 31.350067 113.31448 31.352127 113.31465 31.353676 113.31477 31.356487 113.31541 31.358553 113.31578 31.360506 113.31596 31.361551 113.31802 31.36158 113.32088 31.361368 113.32269 31.360062 113.32457 31.358007 113.325 31.356764 113.32694 31.357635 113.32913 31.36017 113.33057 31.361666 113.33109 31.36356 113.3316 31.365103 113.33152 31.367855 113.33136 31.369623 113.33128 31.371454 113.33118 31.373522 113.33103 31.376837 113.33026 31.379744 113.3295 31.38158 113.32961 31.384056 113.33131 31.386868 113.33142 31.389273 113.33146 31.391329 113.33144 31.393341 113.33141 31.394886 113.3312 31.396826 113.33111 31.398777 113.33142 31.399857 113.33008 31.400009 113.32807 31.40188 113.32632 31.404457 113.32589 31.405823 113.3242 31.407585 113.32345 31.409138 113.32336 31.410681 113.32328 31.41263 113.32366 31.414639 113.32431 31.416594 113.32536 31.418901 113.3268 31.420347 113.32912 31.420197 113.33192 31.421255 113.33472 31.423056 113.33736 31.423923 113.33916 31.424746 113.34102 31.425854 113.34308 31.426783 113.34507 31.426641 113.34834 31.426714 113.35021 31.426208 113.35229 31.425652 113.3541 31.425041 113.3559 31.424025 113.35825 31.422104 113.36074 31.420393 113.36209 31.418861 113.36345 31.417208 113.36466 31.415726 113.36588 31.414188 113.3671 31.412422 113.36845 31.411175 113.36967 31.409933 113.37141 31.408686 113.3731 31.407446 113.37531 31.406775 113.37746 31.406218 113.37926 31.406025 113.38387 31.407017 113.38626 31.408459 113.38725 31.411388 113.38829 31.413286 113.38947 31.41466 113.39025 31.416334 113.3913 31.417881 113.39202 31.419376 113.39301 31.421289 113.39486 31.422508 113.39719 31.423332 113.39985 31.423515 113.40165 31.423483 113.40485 31.423279 113.40806 31.42289 113.41 31.422226 113.41227 31.421558 113.41462 31.421051 113.41669 31.420551 113.41837 31.420124 113.42231 31.420313 113.42424 31.422039 113.42549 31.424513 113.42714 31.425844 113.42879 31.425751 113.43133 31.424736 113.43394 31.424118 113.43562 31.422937 113.43843 31.422903 113.4407 31.423943 113.44243 31.425098 113.44375 31.427116 113.4458 31.428339 113.44779 31.428188 113.45053 31.427572 113.453 31.428507 113.45507 31.430454 113.45551 31.432808 113.45596 31.43379 113.45789 31.434101 113.46095 31.434404 113.46295 31.434704 113.46522 31.434385 113.46816 31.432161 113.46992 31.430622 113.47066 31.428799 113.47222 31.426868 113.47364 31.425333 113.47526 31.423342 113.47708 31.421921 113.47869 31.420675 113.48071 31.419388 113.48473 31.418373 113.48687 31.417118 113.48795 31.415638 113.48849 31.414154 113.48924 31.412504 113.49106 31.410969 113.49261 31.409838 113.49422 31.40922 113.4963 31.408607 113.49857 31.407988 113.50031 31.40691 113.50239 31.405716 113.50353 31.403107 113.5061 31.400839 113.50912 31.400164 113.51093 31.398064 113.51362 31.395771 113.51463 31.394335 113.51528 31.393057 113.51796 31.393202 113.51879 31.393484 113.51963 31.393764 113.52047 31.394054 113.5213 31.394625 113.52214 31.395048 113.52298 31.39533 113.52381 31.395468 113.52465 31.395613 113.52548 31.395605 113.52631 31.395752 113.52715 31.395744 113.52798 31.395744 113.52882 31.395449 113.52966 31.39473 113.53048 31.394014 113.53065 31.393299 113.53081 31.392584 113.53097 31.391869 113.53113 31.391146 113.53162 31.39086 113.53246 31.391285 113.53329 31.391998 113.53413 31.39271 113.53464 31.393427 113.53531 31.394144 113.53599 31.394852 113.53666 31.395565 113.53699 31.396286 113.537 31.397001 113.53683 31.397717 113.53667 31.398439 113.53668 31.399147 113.53685 31.399868 113.53736 31.400436 113.53819 31.400574 113.53903 31.399504 113.5407 31.399971 113.54256 31.400499 113.54409 31.400169 113.54623 31.398922 113.54731 31.397959 113.54905 31.39901 113.55191 31.399935 113.55304 31.40114 113.55402 31.402237 113.55508 31.404297 113.55534 31.4063 113.55485 31.407618 113.55477 31.408939 113.55623 31.409594 113.55869 31.408291 113.56117 31.406805 113.56245 31.406429 113.56546 31.4081 113.56758 31.410048 113.56796 31.412401 113.56841 31.413721 113.5682 31.415154 113.56959 31.416319 113.57172 31.418377 113.57204 31.419538 113.57389 31.421198 113.57435 31.422354 113.57554 31.423681 113.5768 31.424957 113.57965 31.425318 113.58239 31.424931 113.58459 31.424486 113.58607 31.425276 113.58852 31.425276 113.58852 31.422899 113.58922 31.421305 113.59097 31.419956 113.59431 31.419571 113.59772 31.418898 113.5994 31.418108 113.6014 31.416689 113.60255 31.415321 113.60369 31.413778 113.60471 31.412292 113.60552 31.410809 113.6062 31.409266 113.60667 31.407093 113.60716 31.405029 113.60711 31.4028 113.60686 31.401197 113.60721 31.400122 113.60862 31.399334 113.6115 31.397636 113.61424 31.396439 113.61552 31.394672 113.6164 31.393354 113.61735 31.391932 113.61816 31.390636 113.62151 31.389908 113.62371 31.389399 113.62605 31.389309 113.62912 31.389835 113.63158 31.390705 113.63358 31.391748 113.63504 31.393753 113.6349 31.395578 113.63461 31.397303 113.63453 31.398573 113.63632 31.398758 113.63912 31.398773 113.64146 31.399017 113.64406 31.399836 113.64679 31.400997 113.64898 31.403006 113.65083 31.404671 113.65142 31.406679 113.65188 31.40852 113.65273 31.409616 113.65459 31.409231 113.65666 31.408091 113.6582 31.407415 113.66028 31.409208 113.66293 31.411097 113.66366 31.414942 113.66429 31.416946 113.66448 31.41889 113.66473 31.420731 113.66592 31.420925 113.66912 31.41991 113.672 31.419752 113.6744 31.420612 113.67587 31.421936 113.67686 31.42481 113.67777 31.426416 113.67809 31.427906 113.67848 31.429569 113.67994 31.430611 113.68187 31.430056 113.68468 31.429325 113.68728 31.43037 113.68988 31.431469 113.69127 31.433588 113.69159 31.436325 113.68964 31.438559 113.69016 31.439892 113.69195 31.441385 113.69334 31.44305 113.69433 31.444775 113.69545 31.446848 113.69764 31.448343 113.69936 31.4487 113.70123 31.448942 113.70303 31.449469 113.70496 31.45056 113.7067 31.451824 113.70782 31.453665 113.70861 31.455439 113.70913 31.457735 113.71011 31.459925 113.71143 31.462503 113.71268 31.464167 113.71288 31.465942 113.71286 31.46777 113.71252 31.469946 113.71277 31.471273 113.71396 31.471226 113.71703 31.470613 113.71998 31.469995 113.72231 31.468473 113.72527 31.467558 113.72674 31.466772 113.72895 31.465073 113.7321 31.463135 113.73465 31.461313 113.7364 31.459887 113.73814 31.458872 113.74049 31.459337 113.74275 31.459236 113.74455 31.457626 113.74397 31.45644 113.74591 31.456917 113.74931 31.457951 113.75071 31.458652 113.75284 31.457405 113.75511 31.456436 113.75699 31.45554 113.76013 31.455202 113.76194 31.455044 113.76388 31.454767 113.76708 31.453342 113.76796 31.451637 113.76964 31.450439 113.77125 31.449532 113.77279 31.448338 113.77554 31.44824 113.77794 31.448305 113.78034 31.4482 113.78227 31.447245 113.78475 31.445295 113.78523 31.442898 113.78571 31.43981 113.78674 31.436956 113.78822 31.435301 113.78936 31.433468 113.79031 31.432037 113.79099 31.431194 113.79246 31.431093 113.79539 31.433558 113.79732 31.436996 113.79756 31.439236 113.79781 31.441582 113.79847 31.443424 113.80119 31.443781 113.80386 31.443508 113.80647 31.441746 113.80868 31.44026 113.80949 31.437515 113.81091 31.436268 113.81232 31.436049 113.81486 31.436291 113.81779 31.436237 113.81979 31.434187 113.82207 31.433397 113.82435 31.433701 113.82695 31.436283 113.8292 31.438808 113.82952 31.443621 113.83116 31.445858 113.83189 31.447351 113.83328 31.44702 113.83522 31.445881 113.83662 31.446123 113.83949 31.446478 113.84223 31.446882 113.8443 31.447643 113.84689 31.448793 113.84916 31.450123 113.85095 31.45162 113.85255 31.453167 113.85307 31.454489 113.85487 31.452778 113.85641 31.450659 113.85642 31.448656 113.85651 31.446306 113.85638 31.443565 113.8576 31.442539 113.85921 31.440779 113.86208 31.439302 113.86443 31.438623 113.86784 31.437084 113.86891 31.434227 113.86893 31.431129 113.86954 31.428675 113.87009 31.425411 113.87051 31.423807 113.87051 31.422153 113.87072 31.420605 113.87106 31.4189 113.87274 31.418388 113.87461 31.416784 113.87502 31.413698 113.87637 31.410971 113.88099 31.41081 113.88412 31.411455 113.88632 31.413633 113.88885 31.41507 113.88951 31.416906 113.89004 31.419598 113.89056 31.421484 113.89048 31.423494 113.89047 31.425041 113.891 31.427158 113.89065 31.428066 113.88911 31.429785 113.8897 31.430487 113.8925 31.429976 113.89437 31.429415 113.89611 31.430328 113.89791 31.432631 113.90017 31.433838 113.90136 31.435619 113.90269 31.436882 113.90428 31.437527 113.90682 31.437708 113.90996 31.436577 113.91256 31.434116 113.91411 31.432287 113.91485 31.430052 113.91453 31.427483 113.91454 31.425535 113.91568 31.423763 113.9175 31.422976 113.91963 31.421434 113.92084 31.420002 113.92159 31.417835 113.92252 31.416468 113.924 31.415157 113.92767 31.413565 113.93035 31.412834 113.93236 31.412157 113.9359 31.411882 113.93843 31.41206 113.94057 31.412872 113.94244 31.414196 113.94409 31.412592 113.94524 31.410934 113.94518 31.407669 113.94532 31.405834 113.94553 31.404119 113.94521 31.402164 113.94328 31.401524 113.93935 31.401857 113.93741 31.402027 113.93547 31.401789 113.93327 31.401777 113.93147 31.400856 113.92841 31.399876 113.92668 31.399061 113.92448 31.397055 113.92355 31.393616 113.92297 31.391985 113.92249 31.391985 113.92249 31.391609 113.92238 31.390116 113.92146 31.388971 113.92026 31.387707 113.91886 31.385241 113.91667 31.383287 113.91534 31.380365 113.91429 31.378471 113.91431 31.376814 113.91431 31.375097 113.91486 31.373102 113.9162 31.371489 113.91541 31.371077 113.91254 31.370838 113.90987 31.371578 113.90746 31.373343 113.90559 31.376034 113.90498 31.377579 113.90557 31.379297 113.90576 31.381701 113.90548 31.383123 113.90395 31.383514 113.90101 31.383272 113.89854 31.382179 113.89668 31.380686 113.89535 31.379301 113.89282 31.378605 113.89049 31.379173 113.88808 31.380077 113.88554 31.380522 113.88381 31.380295 113.88194 31.379082 113.87975 31.377525 113.87843 31.376602 113.87696 31.375397 113.8757 31.373564 113.87457 31.373379 113.87238 31.372791 113.86924 31.371929 113.86752 31.370718 113.86605 31.36911 113.8642 31.366922 113.8624 31.364399 113.86042 31.362106 113.85976 31.359816 113.85978 31.357359 113.86125 31.355869 113.86173 31.352266 113.86121 31.349508 113.85996 31.347731 113.85884 31.345667 113.85765 31.344116 113.85686 31.341711 113.85641 31.340101 113.85621 31.337704 113.85622 31.335529 113.8567 31.332777 113.85679 31.330719 113.85693 31.329063 113.85721 31.326656 113.85728 31.325106 113.8569 31.323505 113.8571 31.321455 113.85931 31.319914 113.86046 31.318544 113.86126 31.317053 113.86187 31.315508 113.86201 31.313454 113.86202 31.311674 113.86137 31.310232 113.8597 31.308403 113.85972 31.306232 113.85999 31.303825 113.86047 31.301531 113.85989 31.299412 113.8595 31.297415 113.85971 31.295694 113.86005 31.29414 113.85739 31.294012 113.85506 31.293655 113.852 31.291866 113.84941 31.290258 113.84828 31.288712 113.84776 31.286081 113.84731 31.282351 113.84686 31.280809 113.84641 31.279253 113.84468 31.278667 113.84385 31.276716 113.84116 31.275911 113.83923 31.274984 113.83758 31.27331 113.83498 31.272753 113.8325 31.272671 113.83212 31.272085 113.83046 31.271563 113.8284 31.270756 113.82654 31.269941 113.82428 31.26827 113.82236 31.267235 113.82023 31.265907 113.81831 31.264692 113.81532 31.263025 113.81366 31.261358 113.8132 31.259533 113.81468 31.257938 113.81589 31.255421 113.81683 31.253939 113.81784 31.251314 113.81992 31.25 113.82106 31.248861 113.8224 31.248186 113.82487 31.246649 113.82668 31.244482 113.82729 31.242189 113.82703 31.240583 113.82664 31.238176 113.82626 31.235592 113.82534 31.233007 113.82396 31.231686 113.82256 31.229965 113.82171 31.227392 113.82153 31.224464 113.82141 31.222637 113.82169 31.220522 113.82236 31.219036 113.82317 31.217564 113.82618 31.215683 113.82845 31.213631 113.82999 31.211172 113.83115 31.208826 113.83202 31.206715 113.83337 31.204489 113.83458 31.201685 113.83419 31.199728 113.83301 31.198692 113.83128 31.198053 113.82922 31.19759 113.82736 31.197403 113.82556 31.197741 113.82376 31.198307 113.82176 31.198645 113.81996 31.19817 113.8169 31.197018 113.81558 31.19581 113.81438 31.194031 113.81367 31.191856 113.81301 31.189278 113.81263 31.186478 113.81371 31.185162 113.81571 31.184034 113.81865 31.182262 113.82006 31.180206 113.82094 31.178713 113.81961 31.178524 113.81669 31.178062 113.81469 31.17662 113.81264 31.17552 113.81104 31.174414 113.80967 31.174414 113.80967 31.175627 113.80779 31.177446 113.80664 31.178753 113.80417 31.179779 113.80217 31.180967 113.7993 31.181868 113.7969 31.183567 113.79416 31.18511 113.79249 31.186762 113.79108 31.189102 113.7892 31.191216 113.78772 31.192638 113.78578 31.193945 113.78411 31.194855 113.7825 31.196377 113.77923 31.195744 113.77684 31.195038 113.77398 31.195419 113.77132 31.195066 113.76932 31.194206 113.76786 31.193621 113.76614 31.19441 113.7634 31.196014 113.76299 31.196344 113.76105 31.195814 113.75846 31.195574 113.75574 31.197445 113.75299 31.200424 113.75198 31.202591 113.75096 31.203098 113.74916 31.202909 113.74703 31.202898 113.74417 31.203568 113.7415 31.204071 113.73863 31.205204 113.73576 31.206278 113.73363 31.207523 113.73062 31.209167 113.72788 31.209667 113.72514 31.209648 113.72262 31.209183 113.72082 31.209276 113.71761 31.20871 113.71761 31.208132 113.7176 31.207561 113.71776 31.206989 113.71792 31.206409 113.71809 31.205837 113.71825 31.205271 113.71824 31.204693 113.71824 31.204126 113.71774 31.203552 113.71722 31.202986 113.71672 31.202415 113.71638 31.201843 113.71571 31.201275 113.71538 31.200695 113.71504 31.200127 113.71503 31.199554 113.71487 31.198977 113.71486 31.198406 113.71502 31.197834 113.71518 31.197264 113.71535 31.196686 113.71534 31.196392 113.71516 31.196091 113.71365 31.194431 113.71373 31.191746 113.71455 31.189459 113.71484 31.186825 113.71452 31.185555 113.71313 31.184166 113.71147 31.183306 113.70995 31.181852 113.7075 31.181217 113.70511 31.180737 113.70225 31.179241 113.70046 31.177227 113.69854 31.175102 113.69709 31.172972 113.69511 31.17107 113.69379 31.169006 113.69288 31.167341 113.69235 31.165504 113.69224 31.162874 113.69173 31.162169 113.68927 31.161692 113.68621 31.160706 113.68415 31.159727 113.68223 31.158798 113.6805 31.157928 113.67812 31.157057 113.67586 31.156345 113.67234 31.153883 113.67155 31.15062 113.67325 31.147036 113.67269 31.14632 113.67285 31.145599 113.67284 31.144886 113.67284 31.144165 113.67283 31.143457 113.67266 31.142736 113.67265 31.142017 113.67249 31.14131 113.67231 31.140589 113.6723 31.139872 113.67213 31.139156 113.67179 31.138449 113.67162 31.137733 113.67129 31.137014 113.67078 31.136446 113.66994 31.135729 113.66927 31.135025 113.66843 31.13431 113.66776 31.133598 113.66726 31.132883 113.66659 31.132172 113.66608 31.131458 113.66575 31.130741 113.66508 31.13003 113.66457 31.129307 113.66423 31.128597 113.66373 31.127882 113.66339 31.127165 113.66322 31.126455 113.66305 31.125738 113.66287 31.125017 113.66286 31.124306 113.66286 31.12359 113.66302 31.122871 113.66335 31.122152 113.66367 31.121433 113.664 31.12072 113.6645 31.119993 113.66515 31.118694 113.66698 31.117689 113.66846 31.116674 113.67046 31.115807 113.67194 31.11451 113.6736 31.113867 113.67332 31.113409 113.67365 31.111927 113.67467 31.109688 113.67481 31.107222 113.6729 31.106462 113.67125 31.104385 113.668 31.102484 113.66615 31.100924 113.66451 31.101202 113.66238 31.102165 113.66024 31.10187 113.65844 31.100248 113.65613 31.099375 113.65347 31.099236 113.65022 31.098707 113.64736 31.097206 113.64497 31.095991 113.64359 31.09387 113.64327 31.090435 113.6437 31.087873 113.64638 31.086569 113.64806 31.084684 113.64933 31.0832 113.64967 31.081484 113.64935 31.079933 113.64851 31.078197 113.64652 31.077095 113.644 31.075832 113.64275 31.073996 113.64223 31.069641 113.64266 31.067928 113.64268 31.065914 113.64149 31.064865 113.63905 31.064289 113.63725 31.063873 113.63513 31.063227 113.63321 31.061615 113.62734 31.061615 113.62734 31.063032 113.62729 31.063463 113.62696 31.063457 113.6263 31.0634 113.62598 31.0634 113.62598 31.065191 113.62481 31.06599 113.62407 31.066626 113.62349 31.067636 113.6225 31.069359 113.62068 31.070652 113.61919 31.07065 113.6197 31.071226 113.6202 31.071941 113.62003 31.072662 113.61921 31.073238 113.61839 31.073669 113.61755 31.074245 113.61673 31.074677 113.6159 31.075396 113.61507 31.076118 113.61458 31.076841 113.61408 31.077553 113.61409 31.07827 113.61343 31.078846 113.6126 31.07943 113.61178 31.080143 113.61128 31.081873 113.60863 31.082666 113.60733 31.08317 113.60648 31.085184 113.6045 31.086487 113.60252 31.087343 113.60252 31.088202 113.60286 31.088627 113.60369 31.088905 113.60503 31.089478 113.6057 31.090055 113.6057 31.091915 113.60471 31.092781 113.60372 31.092789 113.60289 31.092308 113.60219 31.094002 113.6013 31.096069 113.60115 31.097618 113.6026 31.097691 113.6048 31.09725 113.60653 31.09697 113.60833 31.097046 113.61086 31.098543 113.61217 31.100542 113.61182 31.101791 113.60976 31.103325 113.60794 31.104752 113.60734 31.106525 113.60706 31.108812 113.6067 31.11133 113.60575 31.11401 113.60426 31.116125 113.60352 31.118353 113.60263 31.120342 113.60135 31.122568 113.60007 31.124508 113.59819 31.125872 113.59632 31.126312 113.59412 31.125957 113.59206 31.125021 113.58934 31.123178 113.58769 31.121567 113.5871 31.120247 113.58598 31.117891 113.58474 31.116615 113.58276 31.118227 113.58194 31.119946 113.58262 31.121229 113.58329 31.122377 113.58314 31.123095 113.58331 31.12438 113.58265 31.124815 113.58166 31.124537 113.58066 31.123535 113.57932 31.123827 113.57832 31.124548 113.57783 31.125261 113.57733 31.12598 113.577 31.126696 113.57684 31.127419 113.57635 31.12899 113.57569 31.129284 113.57453 31.128576 113.57253 31.128294 113.57086 31.128881 113.56853 31.128601 113.5667 31.128323 113.56487 31.129189 113.56355 31.13019 113.56256 31.130905 113.56239 31.13163 113.56223 31.1322 113.56307 31.132624 113.5639 31.132906 113.56474 31.133331 113.56557 31.1339 113.56641 31.134325 113.56725 31.134893 113.56808 31.135464 113.56892 31.135569 113.56951 31.137075 113.56815 31.138386 113.56613 31.138994 113.56367 31.140066 113.56093 31.142113 113.55918 31.143595 113.55764 31.144495 113.5559 31.144533 113.55344 31.145601 113.5505 31.145645 113.54784 31.144821 113.54439 31.143705 113.54107 31.142609 113.53954 31.140579 113.53644 31.138617 113.53399 31.136372 113.53215 31.134472 113.5311 31.132179 113.52986 31.128901 113.52882 31.126831 113.52771 31.125454 113.52626 31.124292 113.5248 31.123075 113.52289 31.121752 113.52103 31.120249 113.51952 31.118353 113.5182 31.116112 113.51756 31.113924 113.51652 31.111633 113.51607 31.108828 113.51623 31.107222 113.51624 31.105392 113.51579 31.103903 113.51541 31.102562 113.51302 31.102892 113.51083 31.104076 113.50882 31.105377 113.50588 31.106665 113.50227 31.106876 113.49975 31.106632 113.49789 31.107708 113.49588 31.109537 113.49506 31.111765 113.49405 31.114159 113.49243 31.115917 113.49049 31.117727 113.48787 31.120184 113.48618 31.121719 113.48511 31.122293 113.4829</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gml:surfaceMember>
</gml:MultiSurface>
</ogc_wfs:the_geom>
</ogc_wfs:t0>
</wfs:Insert>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 更新
①点
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t2">
<wfs:Update xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t2">
<wfs:Property>
<wfs:Name>NAME</wfs:Name>
<wfs:Value>update</wfs:Value>
</wfs:Property>
<fes:Filter xmlns:fes="http://www.opengis.net/ogc">
<fes:ResourceId rid="t2.2"/>
</fes:Filter>
</wfs:Update>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
②线
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t1">
<wfs:Update xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t1">
<wfs:Property>
<wfs:ValueReference>NAME</wfs:ValueReference>
<wfs:Value>update</wfs:Value>
</wfs:Property>
<fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0">
<fes:ResourceId rid="t1.2"/>
</fes:Filter>
</wfs:Update>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
③区
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t0">
<wfs:Update xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t0">
<wfs:Property>
<wfs:ValueReference>NAME</wfs:ValueReference>
<wfs:Value>update</wfs:Value>
</wfs:Property>
<fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0">
<fes:ResourceId rid="t0.2"/>
</fes:Filter>
</wfs:Update>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
# 替换
①点
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t2" xmlns:gml="http://www.opengis.net/gml/3.2">
<wfs:Replace xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t2">
<ogc_wfs:t2>
<ogc_wfs:the_geom>
<gml:Point xmlns:gml="http://www.opengis.net/gml/3.2" srsName="EPSG:4610">
<gml:coordinates>143,35</gml:coordinates>
</gml:Point>
</ogc_wfs:the_geom>
<ogc_wfs:NAME>replace</ogc_wfs:NAME>
</ogc_wfs:t2>
<fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0">
<fes:ResourceId rid="t2.18049"/>
</fes:Filter>
</wfs:Replace>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
②线
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t1" xmlns:gml="http://www.opengis.net/gml/3.2">
<wfs:Replace xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t1">
<ogc_wfs:t1>
<ogc_wfs:the_geom>
<gml:MultiCurve xmlns:gml="http://www.opengis.net/gml/3.2" srsName="EPSG:4610">
<gml:curveMember>
<gml:LineString gml:id="t1.the_geom.1">
<gml:posList>112.16241 31.582382 112.16642 31.580462 112.1703 31.577864 112.17307 31.576595 112.17594 31.575686 112.17778 31.57556 112.17964 31.576155 112.18146 31.577112 112.18333 31.578566 112.18547 31.579609 112.18817 31.580189 112.19081 31.580551 112.19189 31.580675 112.19287 31.580786 112.1961 31.581305 112.19642 31.581306 112.1981 31.581314 112.20032 31.581455 112.20032 31.581455 112.20221 31.581284 112.20494 31.581095 112.20588 31</gml:posList>
</gml:LineString>
</gml:curveMember>
</gml:MultiCurve>
</ogc_wfs:the_geom>
<ogc_wfs:Name>replace</ogc_wfs:Name>
</ogc_wfs:t1>
<fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0">
<fes:ResourceId rid="t1.2"/>
</fes:Filter>
</wfs:Replace>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
③区
展开查看
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://192.168.22.97:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t0" xmlns:gml="http://www.opengis.net/gml/3.2">
<wfs:Replace xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t0">
<ogc_wfs:t0>
<ogc_wfs:the_geom>
<gml:MultiSurface xmlns:gml="http://www.opengis.net/gml/3.2" srsName="urn:x-ogc:def:crs:EPSG::4610">
<gml:surfaceMember>
<gml:Polygon>
<gml:exterior>
<gml:LinearRing>
<gml:posList>31.122293 113.4829 31.122505 113.48317 31.123466 113.4815 31.124136 113.47942 31.12516 113.47782 31.126577 113.47581 31.128281 113.47446 31.130108 113.47318 31.13279 113.47249 31.135666 113.47346 31.137157 113.47465 31.138889 113.47643 31.141306 113.47787 31.143492 113.47945 31.145107 113.48076 31.147409 113.48207 31.151083 113.4837 31.154518 113.48367 31.157267 113.4837 31.160189 113.48361 31.1626 113.48392 31.165401 113.48309 31.168022 113.48134 31.1691 113.47974 31.170048 113.47726 31.171698 113.47585 31.17429 113.47709 31.175791 113.47867 31.177332 113.47872 31.178236 113.47625 31.180571 113.47483 31.183662 113.47533 31.185392 113.47678 31.186207 113.47851 31.187714 113.48076 31.189882 113.47954 31.192963 113.47831 31.194447 113.47763 31.196278 113.47708 31.197824 113.4768 31.199495 113.47805 31.201342 113.47996 31.203108 113.47914 31.205162 113.47779 31.206705 113.47718 31.208534 113.47683 31.2118 113.47766 31.213354 113.47885 31.214972 113.47963 31.217257 113.47935 31.21949 113.47906 31.221712 113.47837 31.223543 113.47736 31.225245 113.47607 31.226385 113.4744 31.226419 113.4722 31.226511 113.4684 31.229439 113.46231 31.228216 113.45932 31.227047 113.45594 31.227661 113.45354 31.228781 113.45106 31.23089 113.4491 31.232244 113.44669 31.232977 113.44469 31.233753 113.44221 31.234482 113.43994 31.235783 113.4374 31.237143 113.43559 31.238741 113.43457 31.240564 113.43342 31.242222 113.43301 31.244347 113.43365 31.246748 113.43396 31.249151 113.4332 31.251032 113.43245 31.2523 113.43357 31.254311 113.43356 31.255728 113.43247 31.255825 113.4298 31.256262 113.4272 31.258129 113.42419 31.259783 113.4231 31.262127 113.42262 31.263779 113.422 31.266178 113.42097 31.269323 113.42007 31.271492 113.41978 31.274075 113.41962 31.276474 113.41907 31.278931 113.41831 31.282061 113.41628 31.282669 113.41321 31.282991 113.41094 31.28343 113.40867 31.284845 113.40578 31.287642 113.40476 31.290161 113.405 31.292109 113.40498 31.292551 113.40305 31.29277 113.40098 31.29303 113.39817 31.293694 113.39497 31.294067 113.39137 31.292728 113.38964 31.290604 113.38813 31.289787 113.38641 31.292114 113.38399 31.293541 113.38337 31.295307 113.38195 31.294718 113.37969 31.293898 113.3777 31.293022 113.37578 31.291805 113.37439 31.289673 113.37267 31.288002 113.37136 31.285879 113.37058 31.284336 113.37067 31.28187 113.3709 31.281507 113.36856 31.282873 113.36742 31.284929 113.36686 31.286112 113.36438 31.286955 113.36264 31.289021 113.36208 31.292339 113.36205 31.294392 113.36116 31.295984 113.36034 31.297644 113.35986 31.299355 113.35904 31.300955 113.35822 31.302937 113.35587 31.306299 113.3539 31.307667 113.35309 31.308916 113.35134 31.308662 113.34801 31.30765 113.34415 31.307749 113.34222 31.309671 113.33913 31.312008 113.3381 31.313492 113.33729 31.315201 113.33647 31.317142 113.33531 31.318743 113.33456 31.320499 113.33315 31.319736 113.33095 31.320345 113.32774 31.32073 113.32594 31.322378 113.32452 31.324213 113.32477 31.326666 113.3242 31.329237 113.32311 31.331459 113.32142 31.333103 113.31973 31.334412 113.31818 31.336451 113.31609 31.337702 113.31468 31.338427 113.313 31.340538 113.31139 31.342051 113.31005 31.342051 113.31005 31.342297 113.31036 31.343519 113.31161 31.345011 113.31233 31.346565 113.31312 31.34823 113.31377 31.350067 113.31448 31.352127 113.31465 31.353676 113.31477 31.356487 113.31541 31.358553 113.31578 31.360506 113.31596 31.361551 113.31802 31.36158 113.32088 31.361368 113.32269 31.360062 113.32457 31.358007 113.325 31.356764 113.32694 31.357635 113.32913 31.36017 113.33057 31.361666 113.33109 31.36356 113.3316 31.365103 113.33152 31.367855 113.33136 31.369623 113.33128 31.371454 113.33118 31.373522 113.33103 31.376837 113.33026 31.379744 113.3295 31.38158 113.32961 31.384056 113.33131 31.386868 113.33142 31.389273 113.33146 31.391329 113.33144 31.393341 113.33141 31.394886 113.3312 31.396826 113.33111 31.398777 113.33142 31.399857 113.33008 31.400009 113.32807 31.40188 113.32632 31.404457 113.32589 31.405823 113.3242 31.407585 113.32345 31.409138 113.32336 31.410681 113.32328 31.41263 113.32366 31.414639 113.32431 31.416594 113.32536 31.418901 113.3268 31.420347 113.32912 31.420197 113.33192 31.421255 113.33472 31.423056 113.33736 31.423923 113.33916 31.424746 113.34102 31.425854 113.34308 31.426783 113.34507 31.426641 113.34834 31.426714 113.35021 31.426208 113.35229 31.425652 113.3541 31.425041 113.3559 31.424025 113.35825 31.422104 113.36074 31.420393 113.36209 31.418861 113.36345 31.417208 113.36466 31.415726 113.36588 31.414188 113.3671 31.412422 113.36845 31.411175 113.36967 31.409933 113.37141 31.408686 113.3731 31.407446 113.37531 31.406775 113.37746 31.406218 113.37926 31.406025 113.38387 31.407017 113.38626 31.408459 113.38725 31.411388 113.38829 31.413286 113.38947 31.41466 113.39025 31.416334 113.3913 31.417881 113.39202 31.419376 113.39301 31.421289 113.39486 31.422508 113.39719 31.423332 113.39985 31.423515 113.40165 31.423483 113.40485 31.423279 113.40806 31.42289 113.41 31.422226 113.41227 31.421558 113.41462 31.421051 113.41669 31.420551 113.41837 31.420124 113.42231 31.420313 113.42424 31.422039 113.42549 31.424513 113.42714 31.425844 113.42879 31.425751 113.43133 31.424736 113.43394 31.424118 113.43562 31.422937 113.43843 31.422903 113.4407 31.423943 113.44243 31.425098 113.44375 31.427116 113.4458 31.428339 113.44779 31.428188 113.45053 31.427572 113.453 31.428507 113.45507 31.430454 113.45551 31.432808 113.45596 31.43379 113.45789 31.434101 113.46095 31.434404 113.46295 31.434704 113.46522 31.434385 113.46816 31.432161 113.46992 31.430622 113.47066 31.428799 113.47222 31.426868 113.47364 31.425333 113.47526 31.423342 113.47708 31.421921 113.47869 31.420675 113.48071 31.419388 113.48473 31.418373 113.48687 31.417118 113.48795 31.415638 113.48849 31.414154 113.48924 31.412504 113.49106 31.410969 113.49261 31.409838 113.49422 31.40922 113.4963 31.408607 113.49857 31.407988 113.50031 31.40691 113.50239 31.405716 113.50353 31.403107 113.5061 31.400839 113.50912 31.400164 113.51093 31.398064 113.51362 31.395771 113.51463 31.394335 113.51528 31.393057 113.51796 31.393202 113.51879 31.393484 113.51963 31.393764 113.52047 31.394054 113.5213 31.394625 113.52214 31.395048 113.52298 31.39533 113.52381 31.395468 113.52465 31.395613 113.52548 31.395605 113.52631 31.395752 113.52715 31.395744 113.52798 31.395744 113.52882 31.395449 113.52966 31.39473 113.53048 31.394014 113.53065 31.393299 113.53081 31.392584 113.53097 31.391869 113.53113 31.391146 113.53162 31.39086 113.53246 31.391285 113.53329 31.391998 113.53413 31.39271 113.53464 31.393427 113.53531 31.394144 113.53599 31.394852 113.53666 31.395565 113.53699 31.396286 113.537 31.397001 113.53683 31.397717 113.53667 31.398439 113.53668 31.399147 113.53685 31.399868 113.53736 31.400436 113.53819 31.400574 113.53903 31.399504 113.5407 31.399971 113.54256 31.400499 113.54409 31.400169 113.54623 31.398922 113.54731 31.397959 113.54905 31.39901 113.55191 31.399935 113.55304 31.40114 113.55402 31.402237 113.55508 31.404297 113.55534 31.4063 113.55485 31.407618 113.55477 31.408939 113.55623 31.409594 113.55869 31.408291 113.56117 31.406805 113.56245 31.406429 113.56546 31.4081 113.56758 31.410048 113.56796 31.412401 113.56841 31.413721 113.5682 31.415154 113.56959 31.416319 113.57172 31.418377 113.57204 31.419538 113.57389 31.421198 113.57435 31.422354 113.57554 31.423681 113.5768 31.424957 113.57965 31.425318 113.58239 31.424931 113.58459 31.424486 113.58607 31.425276 113.58852 31.425276 113.58852 31.422899 113.58922 31.421305 113.59097 31.419956 113.59431 31.419571 113.59772 31.418898 113.5994 31.418108 113.6014 31.416689 113.60255 31.415321 113.60369 31.413778 113.60471 31.412292 113.60552 31.410809 113.6062 31.409266 113.60667 31.407093 113.60716 31.405029 113.60711 31.4028 113.60686 31.401197 113.60721 31.400122 113.60862 31.399334 113.6115 31.397636 113.61424 31.396439 113.61552 31.394672 113.6164 31.393354 113.61735 31.391932 113.61816 31.390636 113.62151 31.389908 113.62371 31.389399 113.62605 31.389309 113.62912 31.389835 113.63158 31.390705 113.63358 31.391748 113.63504 31.393753 113.6349 31.395578 113.63461 31.397303 113.63453 31.398573 113.63632 31.398758 113.63912 31.398773 113.64146 31.399017 113.64406 31.399836 113.64679 31.400997 113.64898 31.403006 113.65083 31.404671 113.65142 31.406679 113.65188 31.40852 113.65273 31.409616 113.65459 31.409231 113.65666 31.408091 113.6582 31.407415 113.66028 31.409208 113.66293 31.411097 113.66366 31.414942 113.66429 31.416946 113.66448 31.41889 113.66473 31.420731 113.66592 31.420925 113.66912 31.41991 113.672 31.419752 113.6744 31.420612 113.67587 31.421936 113.67686 31.42481 113.67777 31.426416 113.67809 31.427906 113.67848 31.429569 113.67994 31.430611 113.68187 31.430056 113.68468 31.429325 113.68728 31.43037 113.68988 31.431469 113.69127 31.433588 113.69159 31.436325 113.68964 31.438559 113.69016 31.439892 113.69195 31.441385 113.69334 31.44305 113.69433 31.444775 113.69545 31.446848 113.69764 31.448343 113.69936 31.4487 113.70123 31.448942 113.70303 31.449469 113.70496 31.45056 113.7067 31.451824 113.70782 31.453665 113.70861 31.455439 113.70913 31.457735 113.71011 31.459925 113.71143 31.462503 113.71268 31.464167 113.71288 31.465942 113.71286 31.46777 113.71252 31.469946 113.71277 31.471273 113.71396 31.471226 113.71703 31.470613 113.71998 31.469995 113.72231 31.468473 113.72527 31.467558 113.72674 31.466772 113.72895 31.465073 113.7321 31.463135 113.73465 31.461313 113.7364 31.459887 113.73814 31.458872 113.74049 31.459337 113.74275 31.459236 113.74455 31.457626 113.74397 31.45644 113.74591 31.456917 113.74931 31.457951 113.75071 31.458652 113.75284 31.457405 113.75511 31.456436 113.75699 31.45554 113.76013 31.455202 113.76194 31.455044 113.76388 31.454767 113.76708 31.453342 113.76796 31.451637 113.76964 31.450439 113.77125 31.449532 113.77279 31.448338 113.77554 31.44824 113.77794 31.448305 113.78034 31.4482 113.78227 31.447245 113.78475 31.445295 113.78523 31.442898 113.78571 31.43981 113.78674 31.436956 113.78822 31.435301 113.78936 31.433468 113.79031 31.432037 113.79099 31.431194 113.79246 31.431093 113.79539 31.433558 113.79732 31.436996 113.79756 31.439236 113.79781 31.441582 113.79847 31.443424 113.80119 31.443781 113.80386 31.443508 113.80647 31.441746 113.80868 31.44026 113.80949 31.437515 113.81091 31.436268 113.81232 31.436049 113.81486 31.436291 113.81779 31.436237 113.81979 31.434187 113.82207 31.433397 113.82435 31.433701 113.82695 31.436283 113.8292 31.438808 113.82952 31.443621 113.83116 31.445858 113.83189 31.447351 113.83328 31.44702 113.83522 31.445881 113.83662 31.446123 113.83949 31.446478 113.84223 31.446882 113.8443 31.447643 113.84689 31.448793 113.84916 31.450123 113.85095 31.45162 113.85255 31.453167 113.85307 31.454489 113.85487 31.452778 113.85641 31.450659 113.85642 31.448656 113.85651 31.446306 113.85638 31.443565 113.8576 31.442539 113.85921 31.440779 113.86208 31.439302 113.86443 31.438623 113.86784 31.437084 113.86891 31.434227 113.86893 31.431129 113.86954 31.428675 113.87009 31.425411 113.87051 31.423807 113.87051 31.422153 113.87072 31.420605 113.87106 31.4189 113.87274 31.418388 113.87461 31.416784 113.87502 31.413698 113.87637 31.410971 113.88099 31.41081 113.88412 31.411455 113.88632 31.413633 113.88885 31.41507 113.88951 31.416906 113.89004 31.419598 113.89056 31.421484 113.89048 31.423494 113.89047 31.425041 113.891 31.427158 113.89065 31.428066 113.88911 31.429785 113.8897 31.430487 113.8925 31.429976 113.89437 31.429415 113.89611 31.430328 113.89791 31.432631 113.90017 31.433838 113.90136 31.435619 113.90269 31.436882 113.90428 31.437527 113.90682 31.437708 113.90996 31.436577 113.91256 31.434116 113.91411 31.432287 113.91485 31.430052 113.91453 31.427483 113.91454 31.425535 113.91568 31.423763 113.9175 31.422976 113.91963 31.421434 113.92084 31.420002 113.92159 31.417835 113.92252 31.416468 113.924 31.415157 113.92767 31.413565 113.93035 31.412834 113.93236 31.412157 113.9359 31.411882 113.93843 31.41206 113.94057 31.412872 113.94244 31.414196 113.94409 31.412592 113.94524 31.410934 113.94518 31.407669 113.94532 31.405834 113.94553 31.404119 113.94521 31.402164 113.94328 31.401524 113.93935 31.401857 113.93741 31.402027 113.93547 31.401789 113.93327 31.401777 113.93147 31.400856 113.92841 31.399876 113.92668 31.399061 113.92448 31.397055 113.92355 31.393616 113.92297 31.391985 113.92249 31.391985 113.92249 31.391609 113.92238 31.390116 113.92146 31.388971 113.92026 31.387707 113.91886 31.385241 113.91667 31.383287 113.91534 31.380365 113.91429 31.378471 113.91431 31.376814 113.91431 31.375097 113.91486 31.373102 113.9162 31.371489 113.91541 31.371077 113.91254 31.370838 113.90987 31.371578 113.90746 31.373343 113.90559 31.376034 113.90498 31.377579 113.90557 31.379297 113.90576 31.381701 113.90548 31.383123 113.90395 31.383514 113.90101 31.383272 113.89854 31.382179 113.89668 31.380686 113.89535 31.379301 113.89282 31.378605 113.89049 31.379173 113.88808 31.380077 113.88554 31.380522 113.88381 31.380295 113.88194 31.379082 113.87975 31.377525 113.87843 31.376602 113.87696 31.375397 113.8757 31.373564 113.87457 31.373379 113.87238 31.372791 113.86924 31.371929 113.86752 31.370718 113.86605 31.36911 113.8642 31.366922 113.8624 31.364399 113.86042 31.362106 113.85976 31.359816 113.85978 31.357359 113.86125 31.355869 113.86173 31.352266 113.86121 31.349508 113.85996 31.347731 113.85884 31.345667 113.85765 31.344116 113.85686 31.341711 113.85641 31.340101 113.85621 31.337704 113.85622 31.335529 113.8567 31.332777 113.85679 31.330719 113.85693 31.329063 113.85721 31.326656 113.85728 31.325106 113.8569 31.323505 113.8571 31.321455 113.85931 31.319914 113.86046 31.318544 113.86126 31.317053 113.86187 31.315508 113.86201 31.313454 113.86202 31.311674 113.86137 31.310232 113.8597 31.308403 113.85972 31.306232 113.85999 31.303825 113.86047 31.301531 113.85989 31.299412 113.8595 31.297415 113.85971 31.295694 113.86005 31.29414 113.85739 31.294012 113.85506 31.293655 113.852 31.291866 113.84941 31.290258 113.84828 31.288712 113.84776 31.286081 113.84731 31.282351 113.84686 31.280809 113.84641 31.279253 113.84468 31.278667 113.84385 31.276716 113.84116 31.275911 113.83923 31.274984 113.83758 31.27331 113.83498 31.272753 113.8325 31.272671 113.83212 31.272085 113.83046 31.271563 113.8284 31.270756 113.82654 31.269941 113.82428 31.26827 113.82236 31.267235 113.82023 31.265907 113.81831 31.264692 113.81532 31.263025 113.81366 31.261358 113.8132 31.259533 113.81468 31.257938 113.81589 31.255421 113.81683 31.253939 113.81784 31.251314 113.81992 31.25 113.82106 31.248861 113.8224 31.248186 113.82487 31.246649 113.82668 31.244482 113.82729 31.242189 113.82703 31.240583 113.82664 31.238176 113.82626 31.235592 113.82534 31.233007 113.82396 31.231686 113.82256 31.229965 113.82171 31.227392 113.82153 31.224464 113.82141 31.222637 113.82169 31.220522 113.82236 31.219036 113.82317 31.217564 113.82618 31.215683 113.82845 31.213631 113.82999 31.211172 113.83115 31.208826 113.83202 31.206715 113.83337 31.204489 113.83458 31.201685 113.83419 31.199728 113.83301 31.198692 113.83128 31.198053 113.82922 31.19759 113.82736 31.197403 113.82556 31.197741 113.82376 31.198307 113.82176 31.198645 113.81996 31.19817 113.8169 31.197018 113.81558 31.19581 113.81438 31.194031 113.81367 31.191856 113.81301 31.189278 113.81263 31.186478 113.81371 31.185162 113.81571 31.184034 113.81865 31.182262 113.82006 31.180206 113.82094 31.178713 113.81961 31.178524 113.81669 31.178062 113.81469 31.17662 113.81264 31.17552 113.81104 31.174414 113.80967 31.174414 113.80967 31.175627 113.80779 31.177446 113.80664 31.178753 113.80417 31.179779 113.80217 31.180967 113.7993 31.181868 113.7969 31.183567 113.79416 31.18511 113.79249 31.186762 113.79108 31.189102 113.7892 31.191216 113.78772 31.192638 113.78578 31.193945 113.78411 31.194855 113.7825 31.196377 113.77923 31.195744 113.77684 31.195038 113.77398 31.195419 113.77132 31.195066 113.76932 31.194206 113.76786 31.193621 113.76614 31.19441 113.7634 31.196014 113.76299 31.196344 113.76105 31.195814 113.75846 31.195574 113.75574 31.197445 113.75299 31.200424 113.75198 31.202591 113.75096 31.203098 113.74916 31.202909 113.74703 31.202898 113.74417 31.203568 113.7415 31.204071 113.73863 31.205204 113.73576 31.206278 113.73363 31.207523 113.73062 31.209167 113.72788 31.209667 113.72514 31.209648 113.72262 31.209183 113.72082 31.209276 113.71761 31.20871 113.71761 31.208132 113.7176 31.207561 113.71776 31.206989 113.71792 31.206409 113.71809 31.205837 113.71825 31.205271 113.71824 31.204693 113.71824 31.204126 113.71774 31.203552 113.71722 31.202986 113.71672 31.202415 113.71638 31.201843 113.71571 31.201275 113.71538 31.200695 113.71504 31.200127 113.71503 31.199554 113.71487 31.198977 113.71486 31.198406 113.71502 31.197834 113.71518 31.197264 113.71535 31.196686 113.71534 31.196392 113.71516 31.196091 113.71365 31.194431 113.71373 31.191746 113.71455 31.189459 113.71484 31.186825 113.71452 31.185555 113.71313 31.184166 113.71147 31.183306 113.70995 31.181852 113.7075 31.181217 113.70511 31.180737 113.70225 31.179241 113.70046 31.177227 113.69854 31.175102 113.69709 31.172972 113.69511 31.17107 113.69379 31.169006 113.69288 31.167341 113.69235 31.165504 113.69224 31.162874 113.69173 31.162169 113.68927 31.161692 113.68621 31.160706 113.68415 31.159727 113.68223 31.158798 113.6805 31.157928 113.67812 31.157057 113.67586 31.156345 113.67234 31.153883 113.67155 31.15062 113.67325 31.147036 113.67269 31.14632 113.67285 31.145599 113.67284 31.144886 113.67284 31.144165 113.67283 31.143457 113.67266 31.142736 113.67265 31.142017 113.67249 31.14131 113.67231 31.140589 113.6723 31.139872 113.67213 31.139156 113.67179 31.138449 113.67162 31.137733 113.67129 31.137014 113.67078 31.136446 113.66994 31.135729 113.66927 31.135025 113.66843 31.13431 113.66776 31.133598 113.66726 31.132883 113.66659 31.132172 113.66608 31.131458 113.66575 31.130741 113.66508 31.13003 113.66457 31.129307 113.66423 31.128597 113.66373 31.127882 113.66339 31.127165 113.66322 31.126455 113.66305 31.125738 113.66287 31.125017 113.66286 31.124306 113.66286 31.12359 113.66302 31.122871 113.66335 31.122152 113.66367 31.121433 113.664 31.12072 113.6645 31.119993 113.66515 31.118694 113.66698 31.117689 113.66846 31.116674 113.67046 31.115807 113.67194 31.11451 113.6736 31.113867 113.67332 31.113409 113.67365 31.111927 113.67467 31.109688 113.67481 31.107222 113.6729 31.106462 113.67125 31.104385 113.668 31.102484 113.66615 31.100924 113.66451 31.101202 113.66238 31.102165 113.66024 31.10187 113.65844 31.100248 113.65613 31.099375 113.65347 31.099236 113.65022 31.098707 113.64736 31.097206 113.64497 31.095991 113.64359 31.09387 113.64327 31.090435 113.6437 31.087873 113.64638 31.086569 113.64806 31.084684 113.64933 31.0832 113.64967 31.081484 113.64935 31.079933 113.64851 31.078197 113.64652 31.077095 113.644 31.075832 113.64275 31.073996 113.64223 31.069641 113.64266 31.067928 113.64268 31.065914 113.64149 31.064865 113.63905 31.064289 113.63725 31.063873 113.63513 31.063227 113.63321 31.061615 113.62734 31.061615 113.62734 31.063032 113.62729 31.063463 113.62696 31.063457 113.6263 31.0634 113.62598 31.0634 113.62598 31.065191 113.62481 31.06599 113.62407 31.066626 113.62349 31.067636 113.6225 31.069359 113.62068 31.070652 113.61919 31.07065 113.6197 31.071226 113.6202 31.071941 113.62003 31.072662 113.61921 31.073238 113.61839 31.073669 113.61755 31.074245 113.61673 31.074677 113.6159 31.075396 113.61507 31.076118 113.61458 31.076841 113.61408 31.077553 113.61409 31.07827 113.61343 31.078846 113.6126 31.07943 113.61178 31.080143 113.61128 31.081873 113.60863 31.082666 113.60733 31.08317 113.60648 31.085184 113.6045 31.086487 113.60252 31.087343 113.60252 31.088202 113.60286 31.088627 113.60369 31.088905 113.60503 31.089478 113.6057 31.090055 113.6057 31.091915 113.60471 31.092781 113.60372 31.092789 113.60289 31.092308 113.60219 31.094002 113.6013 31.096069 113.60115 31.097618 113.6026 31.097691 113.6048 31.09725 113.60653 31.09697 113.60833 31.097046 113.61086 31.098543 113.61217 31.100542 113.61182 31.101791 113.60976 31.103325 113.60794 31.104752 113.60734 31.106525 113.60706 31.108812 113.6067 31.11133 113.60575 31.11401 113.60426 31.116125 113.60352 31.118353 113.60263 31.120342 113.60135 31.122568 113.60007 31.124508 113.59819 31.125872 113.59632 31.126312 113.59412 31.125957 113.59206 31.125021 113.58934 31.123178 113.58769 31.121567 113.5871 31.120247 113.58598 31.117891 113.58474 31.116615 113.58276 31.118227 113.58194 31.119946 113.58262 31.121229 113.58329 31.122377 113.58314 31.123095 113.58331 31.12438 113.58265 31.124815 113.58166 31.124537 113.58066 31.123535 113.57932 31.123827 113.57832 31.124548 113.57783 31.125261 113.57733 31.12598 113.577 31.126696 113.57684 31.127419 113.57635 31.12899 113.57569 31.129284 113.57453 31.128576 113.57253 31.128294 113.57086 31.128881 113.56853 31.128601 113.5667 31.128323 113.56487 31.129189 113.56355 31.13019 113.56256 31.130905 113.56239 31.13163 113.56223 31.1322 113.56307 31.132624 113.5639 31.132906 113.56474 31.133331 113.56557 31.1339 113.56641 31.134325 113.56725 31.134893 113.56808 31.135464 113.56892 31.135569 113.56951 31.137075 113.56815 31.138386 113.56613 31.138994 113.56367 31.140066 113.56093 31.142113 113.55918 31.143595 113.55764 31.144495 113.5559 31.144533 113.55344 31.145601 113.5505 31.145645 113.54784 31.144821 113.54439 31.143705 113.54107 31.142609 113.53954 31.140579 113.53644 31.138617 113.53399 31.136372 113.53215 31.134472 113.5311 31.132179 113.52986 31.128901 113.52882 31.126831 113.52771 31.125454 113.52626 31.124292 113.5248 31.123075 113.52289 31.121752 113.52103 31.120249 113.51952 31.118353 113.5182 31.116112 113.51756 31.113924 113.51652 31.111633 113.51607 31.108828 113.51623 31.107222 113.51624 31.105392 113.51579 31.103903 113.51541 31.102562 113.51302 31.102892 113.51083 31.104076 113.50882 31.105377 113.50588 31.106665 113.50227 31.106876 113.49975 31.106632 113.49789 31.107708 113.49588 31.109537 113.49506 31.111765 113.49405 31.114159 113.49243 31.115917 113.49049 31.117727 113.48787 31.120184 113.48618 31 113 31.122293 113.4829</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gml:surfaceMember>
</gml:MultiSurface>
</ogc_wfs:the_geom>
<ogc_wfs:NAME>replace</ogc_wfs:NAME>
</ogc_wfs:t0>
<fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0">
<fes:ResourceId rid="t0.2"/>
</fes:Filter>
</wfs:Replace>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 删除
①点
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://127.0.0.1:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t2">
<wfs:Delete xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t2">
<fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0">
<fes:PropertyIsEqualTo>
<fes:ValueReference>NAME</fes:ValueReference>
<fes:Literal>replace</fes:Literal>
</fes:PropertyIsEqualTo>
</fes:Filter>
</wfs:Delete>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
②线
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://127.0.0.1:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t1">
<wfs:Delete xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t1">
<fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0">
<fes:ResourceId rid="t1.2"/>
</fes:Filter>
</wfs:Delete>
</wfs:Transaction>
2
3
4
5
6
7
8
③区
<?xml version="1.0" encoding="utf-8"?>
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/WFS-transaction.xsd http://www.mapgis.com.cn/ogc_wfs http://127.0.0.1:8089/igs/rest/services/ogc_wfs/WFSServer?request=DescribeFeatureType&service=wfs&version=2.0.0&TYPENAME=ogc_wfs:t0">
<wfs:Delete xmlns:ogc_wfs="http://www.mapgis.com.cn/ogc_wfs" typeName="ogc_wfs:t0">
<fes:Filter xmlns:fes="http://www.opengis.net/fes/2.0">
<fes:PropertyIsEqualTo>
<fes:ValueReference>NAME</fes:ValueReference>
<fes:Literal>replace</fes:Literal>
</fes:PropertyIsEqualTo>
</fes:Filter>
</wfs:Delete>
</wfs:Transaction>
2
3
4
5
6
7
8
9
10
11
# 响应
响应示例
# 添加
<?xml version='1.0' encoding='utf-8'?>
<wfs:TransactionResponse version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0.0/WFS-transaction.xsd">
<wfs:TransactionSummary>
<wfs:totalInserted>1</wfs:totalInserted>
</wfs:TransactionSummary>
<wfs:InsertResults>
<fes:Feature>
<fes:ResourceId rid="t2.2"/>
</fes:Feature>
</wfs:InsertResults>
</wfs:TransactionResponse>
2
3
4
5
6
7
8
9
10
11
# 更新
<?xml version='1.0' encoding='utf-8'?>
<wfs:TransactionResponse version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0.0/WFS-transaction.xsd">
<wfs:TransactionSummary>
<wfs:totalUpdated>1</wfs:totalUpdated>
</wfs:TransactionSummary>
<wfs:UpdateResults>
<fes:Feature>
<fes:ResourceId rid="t2.2"/>
</fes:Feature>
</wfs:UpdateResults>
</wfs:TransactionResponse>
2
3
4
5
6
7
8
9
10
11
# 替换
<?xml version='1.0' encoding='utf-8'?>
<wfs:TransactionResponse version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0.0/WFS-transaction.xsd">
<wfs:TransactionSummary>
<wfs:totalReplaced>1</wfs:totalReplaced>
</wfs:TransactionSummary>
<wfs:ReplaceResults>
<fes:Feature>
<fes:ResourceId rid="t2.2"/>
</fes:Feature>
</wfs:ReplaceResults>
</wfs:TransactionResponse>
2
3
4
5
6
7
8
9
10
11
# 删除
<?xml version='1.0' encoding='utf-8'?>
<wfs:TransactionResponse version="2.0.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0.0/WFS-transaction.xsd">
<wfs:TransactionSummary>
<wfs:totalDeleted>1</wfs:totalDeleted>
</wfs:TransactionSummary>
<wfs:DeleteResults>
<fes:Feature>
<fes:ResourceId rid="t1.2"/>
</fes:Feature>
</wfs:DeleteResults>
</wfs:TransactionResponse>
2
3
4
5
6
7
8
9
10
11
# GetPropertyValue
# 请求
请求参数
参数名称 | 是否必填 | 描述 |
---|---|---|
VERSION | 是 | 版本号。必须是2.0.0 |
SERVICE | 是 | 服务名。必须是WFS |
REQUEST | 是 | 请求名称。必须是GetPropertyValue |
NAMESPACES | 否 | 命名空间。 用于指定命名空间及其前缀,形式为 xmlns(前缀为 escaped_url)。如果前缀没有被定义,则默认的命名空间应该被声明。可以通过英文逗号将 xmlns()值的多个命名空间连接起来。 |
VSPs | 否 | 提供者特定参数。 DescribeFeatureType 请求中允许可选的服务提供者特定参数(vendor-specific parameters,VSPs),这些参数由供应商指定,不属于国际标准的 KVP 参数。这些参数的使用增强了请求的响应结果。VSPs 丢失或错误时,服务可以提供一个默认值。VSPs 在不被服务所知道的情况下被应用时,服务可以选择忽略不知道的请求参数。 WFS 可以选择不声明部分或全部 VSPs。如果 VSPs 包含在 Capabilities XML 中,则 ExtendedCapabilities 元素应该进行相应扩展。包含了 ExtendedCapabilities 扩展元素的其他 Schema 文档可以被引入到 Capabilities XML 文档中。客户端可以从 Capabilities Schema 中读取服务提供者特定的定义,并且使用 VSPs 构成请求。WFS 实现者在为 VSP 选择名字时应该注意,不要与国际标准中定义的 WFS 参数产生冲突。 IGServer暂不支持该参数 |
TYPENAMES | 是 | 要素类型列表。 通过该参数可以指定多个要素类型,不同要素类型之间以英文逗号分隔。 |
ALIASES | 否 | 要素类型别名。 在查询请求中用于指定要素类型的别名,值由 TYPENAMES 参数指定。要素类型别名可以在任何地方使用,要素类型名只能用于查询请求的上下文。要素类型别名的使用方式如下所示: TYPENAMES=(ns1:FeatureType1,ns2:FeatureType2)(ns2:FeatureType2,ns2:FeatureType3)&ALIASES=(A,B)(C,D) IGServer 暂不支持该参数。 |
SRSNAME | 否 | 坐标参考系名称。 可以根据响应文档中 SRSNAME 属性值判定,WFS 服务支持哪种应用于几何要素的 CRS 转换。SRSNAME 属性值可能为 capabilities 文档中列出的要素类型的 DefaultCRS 或 OtherCRS 值。如果 SRSNAME 属性值未指定,则响应文档中列出的要素类型应使用 DefaultCRS 值编码。 |
FILTER | 否 | 过滤表达式。 使用 FILTER_LANGUAGE 参数指定的语言编码的过滤表达式。 该参数与 BBOX 和 RESOURCEID 参数互斥。 |
FILTER_LANGUAGE | 否 | 过滤表达式编码语言。 用来指定编码过滤表达式的语言, FILTER 参数的值即为编码后的过滤表达式。FILTER_LANGUAGE 参数的默认值 urn:ogc:def:query Language:OGC-FES:Filter,用来表明 FILTER 参数的值为一个字符串,该字符串是使用国际标准中定义的 XML 标签编码的。 IGServer 暂不支持该参数。 |
RESOURCEID | 否 | 要素ID。 多个标识符间用英文逗号隔开。 该参数与 BBOX 和 FILTER 参数互斥。 |
BBOX | 否 | 边界框。 该参数与 RESOURCEID 和 FILTER 参数互斥。 |
SORTBY | 否 | 属性排序方式。 该参数用来指定属性的排序方式,可以为升序方式排序(ASC),也可以为降序方式排序(DESC)。如果未指定排序方式,则默认按升序方式排序(ASC)。 如:"SORTBY=Field1 DESC,Field2 DESC,Field3" ,表示 Field1 按降序方式排序,Field2 按降序方式排序,Field3 按升序方式排序。 |
STOREDQUERY_ID | 是 | 存储查询标识符。仅提供 GetFeatureById 存储查询方式,其对应的标识符为 urn:ogc:def:query:OGC-WFS::GetFeatureById。 |
STOREDQUERY_PARAMETER | 否 | 存储查询参数。 |
VALUEREFERENCE | 是 | 属性字段名。 VALUEREFERENCE 参数是用来标识节点或子节点的要素属性字段的 XPath 表达式。要素属性字段值应该从服务器数据存储中获取,并且在响应文档中报告。如果属性值为远程资源的索引,则可以使用 valueOf() 存取函数解析远程值。 |
RESOLVEPATH | 否 | 修改参数行为。 当使用了该参数,RESOLVE 参数无意义。RESOLVEPATH 参数值可通过 valueOf() 存取函数获取。目前 SuperMap iServer 不支持该参数。 IGServer 暂不支持该参数。 |
请求示例
{{server}}/igs/rest/services/:serviceName/WFSServer?request=GetPropertyValue&service=WFS&version=2.0.0&typenames={typenames}&valuereference={valuereference}&propertyname={propertyname}&resourceid={resourceid}&filter={filter}&bbox={bbox}&outputformat={outputformat}&namespaces={namespaces}&startindex={startindex}&count={count}&resulttype={resulttype}&srsname={srsname}&sortby={sortby}&storedquery_id={storedquery_id}&storedquery_parameter={storedquery_parameter}
# 响应
响应示例
<?xml version='1.0' encoding='UTF-8'?>
<wfs:ValueCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xmlns="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0.0/wfs.xsd">
<wfs:member>
<beijing_w17_test:省名>北京</beijing_w17_test:省名>
</wfs:member>
</wfs:ValueCollection>
2
3
4
5
6
# ListStoredQueries
# 请求
请求参数
参数名称 | 是否必填 | 描述 |
---|---|---|
VERSION | 是 | 请求版本号。必须是2.0.0 |
SERVICE | 是 | 服务类型。必须是WFS |
REQUEST | 是 | 请求名称。必须是ListStoredQueries |
NAMESPACES | 否 | 命名空间。 用于指定命名空间及其前缀,形式为 xmlns(前缀为 escaped_url)。如果前缀没有被定义,则默认的命名空间应该被声明。可以通过英文逗号将 xmlns()值的多个命名空间连接起来。 |
VPS | 否 | 提供者特定参数。 DescribeFeatureType 请求中允许可选的服务提供者特定参数(vendor-specific parameters,VSPs),这些参数由供应商指定,不属于国际标准的 KVP 参数。这些参数的使用增强了请求的响应结果。VSPs 丢失或错误时,服务可以提供一个默认值。VSPs 在不被服务所知道的情况下被应用时,服务可以选择忽略不知道的请求参数。WFS 可以选择不声明部分或全部 VSPs。 如果 VSPs 包含在 Capabilities XML 中,则 ExtendedCapabilities 元素应该进行相应扩展。包含了 ExtendedCapabilities 扩展元素的其他 Schema 文档可以被引入到 Capabilities XML 文档中。客户端可以从 Capabilities Schema 中读取服务提供者特定的定义,并且使用 VSPs 构成请求。WFS 实现者在为 VSP 选择名字时应该注意,不要与国际标准中定义的 WFS 参数产生冲突。 IGServer暂不支持该参数 |
请求示例
{{server}}/igs/rest/services/:serviceName/WFSServer?service=WFS&version=2.0.0&request=ListStoredQueries&namespaces={namespaces}
# 响应
响应示例
<?xml version='1.0' encoding='utf-8'?>
<wfs:ListStoredQueriesResponse xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0.0/wfs.xsd">
<wfs:StoredQuery id="urn:ogc:def:query:OGC-WFS::GetFeatureById">
<wfs:Title xml:lang="en">Get feature by identifier</wfs:Title>
<wfs:ReturnFeatureType>beijing_w17_test:t0</wfs:ReturnFeatureType>
<wfs:ReturnFeatureType>beijing_w17_test:t1</wfs:ReturnFeatureType>
<wfs:ReturnFeatureType>beijing_w17_test:t2</wfs:ReturnFeatureType>
<wfs:ReturnFeatureType>beijing_w17_test:t3</wfs:ReturnFeatureType>
</wfs:StoredQuery>
</wfs:ListStoredQueriesResponse>
2
3
4
5
6
7
8
9
10
# DescribeStoredQueries
# 请求
请求参数
参数名称 | 是否必填 | 描述 |
---|---|---|
VERSION | 是 | 请求版本号。必须是2.0.0 |
SERVICE | 是 | 服务类型。必须是WFS |
REQUEST | 是 | 请求名称。必须是DescribeStoredQueries |
NAMESPACES | 否 | 命名空间。用于指定命名空间及其前缀,形式为 xmlns(前缀为 escaped_url)。如果前缀没有被定义,则默认的命名空间应该被声明。可以通过英文逗号将 xmlns()值的多个命名空间连接起来。 |
VPS | 否 | 提供者特定参数。 DescribeFeatureType 请求中允许可选的服务提供者特定参数(vendor-specific parameters,VSPs),这些参数由供应商指定,不属于国际标准的 KVP 参数。这些参数的使用增强了请求的响应结果。VSPs 丢失或错误时,服务可以提供一个默认值。VSPs 在不被服务所知道的情况下被应用时,服务可以选择忽略不知道的请求参数。 WFS 可以选择不声明部分或全部 VSPs。如果 VSPs 包含在 Capabilities XML 中,则 ExtendedCapabilities 元素应该进行相应扩展。包含了 ExtendedCapabilities 扩展元素的其他 Schema 文档可以被引入到 Capabilities XML 文档中。客户端可以从 Capabilities Schema 中读取服务提供者特定的定义,并且使用 VSPs 构成请求。WFS 实现者在为 VSP 选择名字时应该注意,不要与国际标准中定义的 WFS 参数产生冲突。 IGServer暂不支持该参数 |
STOREDQUERY_ID | 否 | 存储查询方式标识符。 用英文逗号分隔开的存储查询方式的标识符列表。如果该参数的值未指定,则表示返回 WFS 2.0.0 服务支持的所有存储查询方式的描述。 IGServer 只支持 GetFeatureById 存储查询方式。 |
请求示例
{{server}}/igs/rest/services/:serviceName/WFSServer?service=WFS&version=2.0.0&request=DescribeStoredQueries&namespaces={namespaces}&storedquery_id=urn:ogc:def:query:OGC-WFS::GetFeatureById
# 响应
响应示例
<?xml version='1.0' encoding='UTF-8'?>
<wfs:DescribeStoredQueriesResponse xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0http://localhost:8089/igs/rest/ogc/schemas/wfs/2.0.0/wfs.xsd">
<wfs:StoredQueryDescription id="urn:ogc:def:query:OGC-WFS::GetFeatureById">
<wfs:Title xml:lang="en">Get feature by identifier</wfs:Title>
<wfs:Parameter name="ID" type="xs:string"/>
<wfs:QueryExpressionText xmlns:beijing_w17_test="http://www.mapgis.com.cn/beijing_w17_test" isPrivate="true" language="urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression" returnFeatureTypes="beijing_w17_test:t0 beijing_w17_test:t1 beijing_w17_test:t2 beijing_w17_test:t3 beijing_w17_test:t4 beijing_w17_test:t5 beijing_w17_test:t6 beijing_w17_test:t7 beijing_w17_test:t8 beijing_w17_test:t9 beijing_w17_test:t10 beijing_w17_test:t11 beijing_w17_test:t12 beijing_w17_test:t13 beijing_w17_test:t14 beijing_w17_test:t15 beijing_w17_test:t16 beijing_w17_test:t17 beijing_w17_test:t18 beijing_w17_test:t19 beijing_w17_test:t20 beijing_w17_test:t21 beijing_w17_test:t22 beijing_w17_test:t23 beijing_w17_test:t24 beijing_w17_test:t25 beijing_w17_test:t26 beijing_w17_test:t27 beijing_w17_test:t28 beijing_w17_test:t29 beijing_w17_test:t30 beijing_w17_test:t31 beijing_w17_test:t32 beijing_w17_test:t33 beijing_w17_test:t34 beijing_w17_test:t35 beijing_w17_test:t36 beijing_w17_test:t37 beijing_w17_test:t38 beijing_w17_test:t39 beijing_w17_test:t40 beijing_w17_test:t41 beijing_w17_test:t42 beijing_w17_test:t43 beijing_w17_test:t44 beijing_w17_test:t45 beijing_w17_test:t46 beijing_w17_test:t47 beijing_w17_test:t48 beijing_w17_test:t49 beijing_w17_test:t50 beijing_w17_test:t51 beijing_w17_test:t52 beijing_w17_test:t53 beijing_w17_test:t54 beijing_w17_test:t55 beijing_w17_test:t56 beijing_w17_test:t57 beijing_w17_test:t58 beijing_w17_test:t59 beijing_w17_test:t60 beijing_w17_test:t61 beijing_w17_test:t62 beijing_w17_test:t63 beijing_w17_test:t64 beijing_w17_test:t65 beijing_w17_test:t66 beijing_w17_test:t67 beijing_w17_test:t68 beijing_w17_test:t69 beijing_w17_test:t70 beijing_w17_test:t71 beijing_w17_test:t72 beijing_w17_test:t73 beijing_w17_test:t74 beijing_w17_test:t75 beijing_w17_test:t76 beijing_w17_test:t77 beijing_w17_test:t78 beijing_w17_test:t79 beijing_w17_test:t80"/>
</wfs:StoredQueryDescription>
</wfs:DescribeStoredQueriesResponse>
2
3
4
5
6
7
8