summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/Examples/responseGetCoverage.xml
diff options
context:
space:
mode:
authorDimitar Misev <dimitar@debian.(none)>2011-02-05 22:44:35 +0100
committerwww-data <www-data@ubuntu.localdomain>2011-02-16 10:01:49 +0100
commit3d356cc9ef7b1055242256c00a2e6b93b5462880 (patch)
tree977d6292418f8bce19632e10e13ac39da617c226 /petascope/src/petascope/wcs2/schemas/Examples/responseGetCoverage.xml
parent054f18a0e07c429609aae393f6bde67f21f9b82c (diff)
downloadrasdaman-upstream-master.tar.gz
rasdaman-upstream-master.tar.xz
rasdaman-upstream-master.zip
WCS 2.0 implementation in PetascopeHEADmaster
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/Examples/responseGetCoverage.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/Examples/responseGetCoverage.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/Examples/responseGetCoverage.xml b/petascope/src/petascope/wcs2/schemas/Examples/responseGetCoverage.xml
deleted file mode 100644
index a4c6fd3..0000000
--- a/petascope/src/petascope/wcs2/schemas/Examples/responseGetCoverage.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<gmlwcs:GridCoverage xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
- xmlns:gml='http://www.opengis.net/gml/3.2'
- xmlns='http://www.opengis.net/gml/3.2'
- xmlns:gmlwcs='http://www.opengis.net/wcs/2.0/gml'
- xsi:schemaLocation='http://www.opengis.net/wcs/2.0/gml ../gml/gmlwcsAll.xsd' 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>
- <rangeSet>
- <DataBlock>
- <rangeParameters/>
- <tupleList>
- 1 2 3 4 5
- 6 7 8 9 10
- 11 12 13 14 15
- </tupleList>
- </DataBlock>
- </rangeSet>
- <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>
-</gmlwcs:GridCoverage>