@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
65 lines (64 loc) • 2.75 kB
text/xml
<!--
Example for a rectified grid coverage as defined in the GML 3.2.1 Application
Schema for Coverages using GeoTIFF encoding in a multipart file.
This file holds the GML part of the multipart file.
Last updated 2012-Sep-13
-->
<gmlcov:RectifiedGridCoverage
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:gmlcov="http://www.opengis.net/gmlcov/1.0"
xmlns:swe="http://www.opengis.net/swe/2.0"
xsi:schemaLocation="http://www.opengis.net/gmlcov/1.0 http://schemas.opengis.net/gmlcov/1.0/gmlcovAll.xsd"
gml:id="grey">
<gml:boundedBy>
<gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326" axisLabels="lat long" uomLabels="deg deg" srsDimension="2">
<gml:lowerCorner>0.000449157641044 0.00089831528412</gml:lowerCorner>
<gml:upperCorner>0.003144103492834 0.00449157641984</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<gml:domainSet>
<gml:RectifiedGrid dimension="2" gml:id="grid_grey">
<gml:limits>
<gml:GridEnvelope>
<gml:low>0 0</gml:low>
<gml:high>39 29</gml:high>
</gml:GridEnvelope>
</gml:limits>
<gml:axisLabels>lat long</gml:axisLabels>
<gml:origin>
<gml:Point gml:id="grid_origin_grey" srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<gml:pos>0.0030991877286375 0.0009432310483165</gml:pos>
</gml:Point>
</gml:origin>
<gml:offsetVector srsName="http://www.opengis.net/def/crs/EPSG/0/4326">0 0.000089831528393</gml:offsetVector>
<gml:offsetVector srsName="http://www.opengis.net/def/crs/EPSG/0/4326">-0.000089831528393 0</gml:offsetVector>
</gml:RectifiedGrid>
</gml:domainSet>
<gml:rangeSet>
<gml:File>
<gml:rangeParameters xlink:href="cid:grey.tif" xlink:role="http://www.opengis.net/spec/gmlcov_geotiff-coverages/1.0/conf/geotiff-coverage" xlink:arcrole="fileReference"/>
<gml:fileReference>cid:grey.tif</gml:fileReference>
<gml:fileStructure/>
<gml:mimeType>image/tiff</gml:mimeType>
</gml:File>
</gml:rangeSet>
<gmlcov:rangeType>
<swe:DataRecord>
<swe:field name="grey">
<swe:Quantity definition="http://www.opengis.net/def/property/OGC/0/Radiance">
<swe:description>Grey band</swe:description>
<swe:nilValues/>
<swe:uom code="W.m-2.sr-1.nm-1"/>
<swe:constraint>
<swe:AllowedValues>
<swe:interval>0 255</swe:interval>
</swe:AllowedValues>
</swe:constraint>
</swe:Quantity>
</swe:field>
</swe:DataRecord>
</gmlcov:rangeType>
</gmlcov:RectifiedGridCoverage>