summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/gml/Examples/exampleReferenceablGridCoverage.xml
blob: bc9de9688769b9a32207f9cadaec82c91cfbf5fc (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
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<gmlwcs:ReferenceableGridCoverage  
    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 containing a ReferencedGridByTransformation as defined in the GML 3.2.1 Application Schema for WCS 2.0 -->
    <!-- Last updated 2010-01-11 -->
    <!-- =============================================== -->
    <gml:domainSet>
        <gmlwcs:ReferencedGridByTransformation gml:id="ReferencedGrid1" dimension="2" srsName="InternalCRS1">
            <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>
            <gmlwcs:gridCRS>
                <gml:DerivedCRS gml:id="InternalCRS1">
                    <gml:identifier codeSpace="">InternalCRS1</gml:identifier>
                    <gml:scope>not known</gml:scope>
                    <gml:definedByConversion xlink:href="urn:ogc:coordinateOperation:WCS:2.0:IdentityConversion2D"/>
                    <gml:baseCRS xlink:href="urn:ogc:crs:OGC:1.0:Image:AAA999"/>
                    <gml:derivedCRSType codeSpace="">image</gml:derivedCRSType>
                    <gml:usesCS xlink:href="urn:ogc:def:cs:OGC:1.0:GridCS2d"/>
                </gml:DerivedCRS>
            </gmlwcs:gridCRS>
            <gmlwcs:transformation xlink:href="TBDurl"/>
        </gmlwcs:ReferencedGridByTransformation>
    </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="Panchromatic">
            <gmlwcs:rangeField >
                <gmlwcs:RangeField gml:id="White" uom="w/cm^2">
                    <gml:name>white</gml:name>
                    <gmlwcs:dataType>unsignedInteger</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:ReferenceableGridCoverage>