summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcps/44-scaling_operation.xml
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
committerConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
commit40e12c6af9d05c3413efaf535c35c625b736cbb9 (patch)
tree6a9f6b86b55724e659ca270171496d82362de9cc /petascope/test/testcases-wcps/44-scaling_operation.xml
parentfcda34adb1c78d0929778e1324c873552d21ee1d (diff)
downloadrasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.gz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.xz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.zip
preparing for joining with rasdaman open source
Diffstat (limited to 'petascope/test/testcases-wcps/44-scaling_operation.xml')
-rw-r--r--petascope/test/testcases-wcps/44-scaling_operation.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/petascope/test/testcases-wcps/44-scaling_operation.xml b/petascope/test/testcases-wcps/44-scaling_operation.xml
new file mode 100644
index 0000000..4ec2b9c
--- /dev/null
+++ b/petascope/test/testcases-wcps/44-scaling_operation.xml
@@ -0,0 +1,30 @@
+<ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0">
+ <query>
+ <xmlSyntax>
+ <coverageIterator>
+ <iteratorVar>c</iteratorVar>
+ <coverageName>rgb</coverageName>
+ </coverageIterator>
+ <encode store="false">
+ <scale>
+ <coverage>c</coverage>
+ <axis>x</axis>
+ <lowerBound>
+ <numericConstant>1</numericConstant>
+ </lowerBound>
+ <upperBound>
+ <numericConstant>600</numericConstant>
+ </upperBound>
+ <axis>y</axis>
+ <lowerBound>
+ <numericConstant>1</numericConstant>
+ </lowerBound>
+ <upperBound>
+ <numericConstant>600</numericConstant>
+ </upperBound>
+ </scale>
+ <format>png</format>
+ </encode>
+ </xmlSyntax>
+ </query>
+</ProcessCoveragesRequest> \ No newline at end of file