针对wfs服务的增删改查

本文档展示了如何使用OGC Web Feature Service (WFS) 的1.0.0版本进行数据的增删改查操作。内容包括使用WFS的GetFeature、Query、Transaction等元素进行查询、选择、删除和更新空间数据。
摘要由CSDN通过智能技术生成
"<wfs:GetFeature service="WFS" version="1.0.0" outputFormat="GML2"/n  
xmlns:topp="http://www.openplans.org/topp"/n  
xmlns:wfs="http://www.opengis.net/wfs"/n 
 xmlns:ogc="http://www.opengis.net/ogc"/n  
 xmlns:gml="http://www.opengis.net/gml"/n  
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/n  
 xsi:schemaLocation="http://www.opengis.net/wfs/n  
 http://schemas.opengis.net/wfs/1.1.0/WFS-basic.xsd">/n
 <wfs:Query typeName="TJDG:xqpostgis4326">/n
<wfs:PropertyName>TJDG:ENTITY_ID</wfs:PropertyName>/n
<wfs:PropertyName>TJDG:the_geom</wfs:PropertyName>/n
<ogc:Filter>/n<ogc:Intersects>/n
<ogc:PropertyName>TJDG:the_geom</ogc:PropertyName>/n 
<gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">/n
<gml:coordinates>117.555   38.222</gml:coordinates>/n
</gml:Point>/n
</ogc:Intersects>/n
</ogc:Filter>/n
</wfs:Query>/n
</wfs:GetFeature>"


ok
select:
<wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS" version="1.0.0" xmlns:xsi="http://www.w3.org/2001/XML
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值