summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/Examples/wcsDescribeCoverage.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/Examples/wcsDescribeCoverage.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/Examples/wcsDescribeCoverage.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/Examples/wcsDescribeCoverage.xml b/petascope/src/petascope/wcs2/schemas/Examples/wcsDescribeCoverage.xml
new file mode 100644
index 0000000..047caed
--- /dev/null
+++ b/petascope/src/petascope/wcs2/schemas/Examples/wcsDescribeCoverage.xml
@@ -0,0 +1,57 @@
+<?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 http://localhost:8080/PetaScope/schemas/wcsAll.xsd'>
+ <wcs:CoverageDescription gml:id="rgb">
+ <domainSet>
+ <Grid dimension="2" gml:id="gridrgb">
+ <limits>
+ <GridEnvelope>
+ <low>0 0 </low>
+ <high>399 343 </high>
+
+ </GridEnvelope>
+ </limits>
+ <axisLabels>x y </axisLabels>
+ </Grid>
+ </domainSet>
+ <gmlwcs:rangeStructure>
+ <gmlwcs:RangeStructure gml:id="rangeStructure-rgb">
+ <gmlwcs:rangeField>
+
+ <gmlwcs:RangeField gml:id="range-1-red" uom="none">
+ <gml:name>red</gml:name>
+ <gmlwcs:dataType>urn:ogc:def:dataType:OGC:1.1:unsigned int</gmlwcs:dataType>
+ <gmlwcs:nilValueList></gmlwcs:nilValueList>
+ </gmlwcs:RangeField>
+ </gmlwcs:rangeField>
+ <gmlwcs:rangeField>
+ <gmlwcs:RangeField gml:id="range-1-green" uom="none">
+ <gml:name>green</gml:name>
+
+ <gmlwcs:dataType>urn:ogc:def:dataType:OGC:1.1:unsigned int</gmlwcs:dataType>
+ <gmlwcs:nilValueList></gmlwcs:nilValueList>
+ </gmlwcs:RangeField>
+ </gmlwcs:rangeField>
+ <gmlwcs:rangeField>
+ <gmlwcs:RangeField gml:id="range-1-blue" uom="none">
+ <gml:name>blue</gml:name>
+ <gmlwcs:dataType>urn:ogc:def:dataType:OGC:1.1:unsigned int</gmlwcs:dataType>
+
+ <gmlwcs:nilValueList></gmlwcs:nilValueList>
+ </gmlwcs:RangeField>
+ </gmlwcs:rangeField>
+
+ </gmlwcs:RangeStructure>
+ </gmlwcs:rangeStructure>
+ <wcs:ServiceParameters>
+ <wcs:supportedCrsList/>
+ <wcs:supportedFormatList>application/xml</wcs:supportedFormatList>
+
+ </wcs:ServiceParameters>
+ </wcs:CoverageDescription>
+
+</wcs:CoverageDescriptions>