summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/Examples/responseDescribeCoverage.xml
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
committerConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
commit40e12c6af9d05c3413efaf535c35c625b736cbb9 (patch)
tree6a9f6b86b55724e659ca270171496d82362de9cc /petascope/src/petascope/wcs2/schemas/Examples/responseDescribeCoverage.xml
parentfcda34adb1c78d0929778e1324c873552d21ee1d (diff)
downloadrasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.gz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.xz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.zip
preparing for joining with rasdaman open source
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/Examples/responseDescribeCoverage.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/Examples/responseDescribeCoverage.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/Examples/responseDescribeCoverage.xml b/petascope/src/petascope/wcs2/schemas/Examples/responseDescribeCoverage.xml
new file mode 100644
index 0000000..544e62f
--- /dev/null
+++ b/petascope/src/petascope/wcs2/schemas/Examples/responseDescribeCoverage.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wcs:CoverageDescriptions xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+ xmlns:gmlwcs='http://www.opengis.net/wcs/2.0/gml'
+ xmlns:gml='http://www.opengis.net/gml/3.2'
+ xmlns:wcs='http://www.opengis.net/wcs/2.0'
+ xmlns='http://www.opengis.net/gml/3.2'
+ xsi:schemaLocation='http://www.opengis.net/wcs/2.0 ../wcsAll.xsd'>
+ <wcs:CoverageDescription gml:id="coverage1">
+ <domainSet>
+ <Grid dimension="2" gml:id="grid1">
+ <limits>
+ <GridEnvelope>
+ <!-- This is a 5-by-3 matrix -->
+ <low>1 1</low>
+ <high>5 3</high>
+ </GridEnvelope>
+ </limits>
+ <axisLabels>xAxis yAxis</axisLabels>
+ </Grid>
+ </domainSet>
+ <gmlwcs:rangeStructure>
+ <gmlwcs:RangeStructure gml:id="RangeStructure1">
+ <gmlwcs:rangeField >
+ <gmlwcs:RangeField gml:id="Band1" uom="W/cm^2">
+ <gml:name>band1</gml:name>
+ <gmlwcs:dataType>urn:ogc:def:dataType:OGC:1.1:unsignedByte</gmlwcs:dataType>
+ <gmlwcs:nilValueList>000 255</gmlwcs:nilValueList>
+ </gmlwcs:RangeField>
+ </gmlwcs:rangeField>
+ </gmlwcs:RangeStructure>
+ </gmlwcs:rangeStructure>
+ <wcs:ServiceParameters>
+ <wcs:supportedCrsList></wcs:supportedCrsList>
+ <wcs:supportedFormatList>application/xml</wcs:supportedFormatList>
+ </wcs:ServiceParameters>
+ </wcs:CoverageDescription>
+</wcs:CoverageDescriptions>