summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcps/39-complex_extend-2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/test/testcases-wcps/39-complex_extend-2.xml')
-rw-r--r--petascope/test/testcases-wcps/39-complex_extend-2.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/petascope/test/testcases-wcps/39-complex_extend-2.xml b/petascope/test/testcases-wcps/39-complex_extend-2.xml
new file mode 100644
index 0000000..15ca033
--- /dev/null
+++ b/petascope/test/testcases-wcps/39-complex_extend-2.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0">
+ <query>
+ <xmlSyntax>
+ <coverageIterator>
+ <iteratorVar>t</iteratorVar>
+ <coverageName>mr</coverageName>
+ </coverageIterator>
+ <encode store="false">
+ <plus>
+ <extend>
+ <coverage>t</coverage>
+ <axis>x</axis>
+ <srsName>CRS:1</srsName>
+ <lowerBound>
+ <numericConstant>0</numericConstant>
+ </lowerBound>
+ <upperBound>
+ <numericConstant>500</numericConstant>
+ </upperBound>
+ <axis>y</axis>
+ <srsName>CRS:1</srsName>
+ <lowerBound>
+ <numericConstant>0</numericConstant>
+ </lowerBound>
+ <upperBound>
+ <numericConstant>500</numericConstant>
+ </upperBound>
+ </extend>
+ <cast>
+ <numericConstant>0</numericConstant>
+ <type>char</type>
+ </cast>
+ </plus>
+ <format>jpeg</format>
+ </encode>
+ </xmlSyntax>
+ </query>
+</ProcessCoveragesRequest> \ No newline at end of file