summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/gml/Examples/exampleRectifiedGridCoverage.xml
blob: 9514ae76e17c333894992a88f781d6f43640b1e8 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<gmlwcs:RectifiedGridCoverage 
    xmlns:gmlwcs="http://www.opengis.net/wcs/2.0/gml"
    xmlns:gml="http://www.opengis.net/gml/3.2" 
    xmlns:xlink="http://www.w3.org/1999/xlink" 
    xmlns="http://www.w3.org/2001/XMLSchema" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://www.opengis.net/wcs/2.0/gml ../gmlwcsAll.xsd"
    gml:id="Coverage1">
    <!-- Example for a domain set for a rectified grid coverage as defined in the GML 3.2.1 Application Schema for WCS 2.0 -->
    <!-- Last updated 2010-01-11 -->
    <!-- =============================================== -->
    <gml:domainSet>
        <gml:RectifiedGrid gml:id="RectifiedGrid1" dimension="2" srsName="urn:ogc:def:crs:EPSG::4326">
            <gml:limits>
                <gml:GridEnvelope>
                    <gml:low>0 0</gml:low>
                    <gml:high>9999 9999</gml:high>
                </gml:GridEnvelope>
            </gml:limits>
            <gml:axisLabels>column row</gml:axisLabels>
            <gml:origin>
                <gml:Point gml:id="Origin1" srsName="urn:ogc:def:crs:EPSG::4326">
                    <gml:pos>99.9 99.9</gml:pos>
                </gml:Point>
            </gml:origin>
            <gml:offsetVector>1 0</gml:offsetVector>
            <gml:offsetVector>0 1</gml:offsetVector>
        </gml:RectifiedGrid>
    </gml:domainSet>
    <gml:rangeSet>
        <gml:File>
            <gml:rangeParameters xlink:href="TBDurl"/>
            <gml:fileReference>TBDurlOfFile</gml:fileReference>
            <gml:fileStructure>TBD</gml:fileStructure>
        </gml:File>
    </gml:rangeSet>
    <gmlwcs:rangeStructure>
        <gmlwcs:RangeStructure gml:id="RangeStructure1">
            <gmlwcs:rangeField >
                <gmlwcs:RangeField gml:id="White" uom="W/cm^2">
                    <gml:name>white</gml:name>
                    <gmlwcs:dataType>UnsignedChar</gmlwcs:dataType>
                    <gmlwcs:nilValueList>000 255</gmlwcs:nilValueList>
                </gmlwcs:RangeField>
            </gmlwcs:rangeField>
        </gmlwcs:RangeStructure>
    </gmlwcs:rangeStructure>
    <gml:coverageFunction>
        <gml:GridFunction>
            <gml:sequenceRule axisOrder="+1 +2">Linear</gml:sequenceRule>
            <gml:startPoint>0 0</gml:startPoint>
        </gml:GridFunction>
    </gml:coverageFunction>
</gmlwcs:RectifiedGridCoverage>