wps/src/main/webapp/requests/R_Idw.xml

47 lines
1.5 KiB
XML
Executable File

<?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
http://schemas.opengis.net/wps/1.0.0/wpsExecute_request.xsd">
<ows:Identifier>org.n52.wps.server.r.demo.idw</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>raster</ows:Identifier>
<wps:Reference xlink:href="TARGET RASTER" mimeType="application/img">
</wps:Reference>
</wps:Input>
<wps:Input>
<ows:Identifier>points</ows:Identifier>
<wps:Reference xlink:href="ZIPPED SHAPE FILES" mimeType="application/x-zipped-shp">
</wps:Reference>
</wps:Input>
<wps:Input>
<ows:Identifier>attributename</ows:Identifier>
<ows:Title></ows:Title>
<wps:Data>
<wps:LiteralData>ATTRIBUTE NAME</wps:LiteralData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>maxdist</ows:Identifier>
<ows:Title></ows:Title>
<wps:Data>
<wps:LiteralData>OPTIONAL NUMBER1</wps:LiteralData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>nmax</ows:Identifier>
<ows:Title></ows:Title>
<wps:Data>
<wps:LiteralData>OPTIONAL NUMBER2</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
<wps:RawDataOutput mimeType="application/img">
<ows:Identifier>result</ows:Identifier>
</wps:RawDataOutput>
</wps:ResponseForm>
</wps:Execute>