summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/gml/Examples/exampleRectifiedGridCoverage.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/gml/Examples/exampleRectifiedGridCoverage.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/gml/Examples/exampleRectifiedGridCoverage.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/gml/Examples/exampleRectifiedGridCoverage.xml b/petascope/src/petascope/wcs2/schemas/gml/Examples/exampleRectifiedGridCoverage.xml
new file mode 100644
index 0000000..9514ae7
--- /dev/null
+++ b/petascope/src/petascope/wcs2/schemas/gml/Examples/exampleRectifiedGridCoverage.xml
@@ -0,0 +1,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>
+