Advertisement
Guest User

Untitled

a guest
Sep 24th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <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://schemas.opengis.net/wps/1.0.0/wpsExecute_request.xsd">
  3. <ows:Identifier>complexprocess</ows:Identifier>
  4. <wps:DataInputs>
  5. <wps:Input>
  6. <ows:Identifier>rasterin</ows:Identifier>
  7. <ows:Title>Input</ows:Title>
  8. <wps:Reference xlink:href="http://www2.dmsolutions.ca/cgi-bin/mswfs_gmap?version=1.0.0&amp;request=getfeature&amp;service=wfs&amp;typename=park" />
  9. </wps:Input>
  10. <wps:Input>
  11. <ows:Identifier>vectorin</ows:Identifier>
  12. <wps:Reference xlink:href="http://www.bnhelp.cz/cgi-bin/crtopo?service=WMS&amp;request=GetMap&amp;LAYERS=sitwgs&amp;TRANSPARENT=true&amp;FORMAT=image%2Ftiff&amp;EXCEPTIONS=application%2Fvnd.ogc.se_xml&amp;VERSION=1.1.1&amp;STYLES=default&amp;SRS=EPSG%3A4326&amp;BBOX=-10,-10,10,10&amp;WIDTH=50&amp;HEIGHT=50" />
  13. </wps:Input>
  14. </wps:DataInputs>
  15. </wps:Execute>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement