summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcps/44-scaling_operation.xml
blob: 4ec2b9cb10b72e6be8580ee6dd7d6bc50145f31c (plain)
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
<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>