-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathexecute_buffer_sync_reference.xml
44 lines (44 loc) · 2.21 KB
/
execute_buffer_sync_reference.xml
1
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<wps:Execute service="WPS" version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0" 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/wps/1.0.0 ../wpsExecute_request.xsd">
<ows:Identifier>buffer</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>poly_in</ows:Identifier>
<wps:Data>
<wps:ComplexData>
<ogr:FeatureCollection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ogr.maptools.org/ point.xsd"
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml">
<gml:boundedBy>
<gml:Box>
<gml:coord><gml:X>0.04853540200402788</gml:X><gml:Y>0.01369376726825339</gml:Y></gml:coord>
<gml:coord><gml:X>0.04853540200402788</gml:X><gml:Y>0.01369376726825339</gml:Y></gml:coord>
</gml:Box>
</gml:boundedBy>
<gml:featureMember>
<ogr:point fid="point.0">
<ogr:geometryProperty><gml:Point><gml:coordinates>0.048535402004028,0.013693767268253</gml:coordinates></gml:Point></ogr:geometryProperty>
<ogr:id>2</ogr:id>
</ogr:point>
</gml:featureMember>
</ogr:FeatureCollection>
</wps:ComplexData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>buffer</ows:Identifier>
<wps:Data>
<wps:LiteralData>1</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
<wps:ResponseDocument status="false" storeExecuteResponse="true">
<wps:Output asReference="true">
<ows:Identifier>buff_out</ows:Identifier>
</wps:Output>
</wps:ResponseDocument>
</wps:ResponseForm>
</wps:Execute>