insert-point.xml

Insert - Falk Strobach, 2012-04-05 05:11 AM

Download (1.33 KB)

 
1
<Transaction xmlns="http://www.opengis.net/wfs" 
2
                        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
3
                        version="1.0.0" 
4
                        service="WFS" 
5
                        xsi:schemaLocation="http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=DescribeFeatureType&amp;TYPENAME=wfst_pflanze-wfs:Pflanze&amp;SRSNAME=EPSG:31468" 
6
                        xmlns:wfst_pflanze-wfs="http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze">
7
        <Insert xmlns="http://www.opengis.net/wfs">
8
                <Pflanze xmlns="http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze">
9
                        <OBJECTID xmlns="http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze">30</OBJECTID>
10
                        <ART_ID xmlns="http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze">20</ART_ID>
11
                        <GSTPFL_KEY xmlns="http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze">20</GSTPFL_KEY>
12
                        <SHAPE xmlns="http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze">
13
                                <Point xmlns="http://www.opengis.net/gml" srsName="EPSG:31468">
14
                                        <coordinates xmlns="http://www.opengis.net/gml" cs="," ts=" ">4570956.4629,5657039.7808</coordinates>
15
                                </Point>
16
                        </SHAPE>
17
                </Pflanze>
18
        </Insert>
19
</Transaction>