summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcs/input/GetCoverage1.xml
blob: 4a4dadc66cce6bc6478d84a8c7bfe673a7291c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<GetCoverage xmlns="http://www.opengis.net/wcs/1.1" xmlns:ows="http://www.opengis.net/ows" xmlns:owcs="http://www.opengis.net/wcs/1.1/ows" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs/1.1 ../wcsGetCoverage.xsd http://www.opengis.net/gml ../../../gml/3.1.1/base/gml.xsd" service="WCS" version="1.1.0">
    <owcs:Identifier>NIR</owcs:Identifier>
    <DomainSubset>
        <ows:BoundingBox>
            <ows:LowerCorner>0 0</ows:LowerCorner>
            <ows:UpperCorner>450 300</ows:UpperCorner>
        </ows:BoundingBox>
    </DomainSubset>
    <Output format="image/jpeg" />
</GetCoverage>