summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcps/39-complex_extend-2.xml
blob: 15ca03396eefc50e5d8683f0243cb363a6941c6c (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
31
32
33
34
35
36
37
38
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>