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