UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

57 lines (56 loc) 2.75 kB
<?xml version="1.0" encoding="UTF-8"?> <wcs:CoverageDescriptions xmlns:wcs="http://www.opengis.net/wcs/2.0" xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:ogc="http://www.opengis.net/ogc" 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/wcs/2.0 http://schemas.opengis.net/wcs/2.0/wcsAll.xsd "> <wcs:CoverageDescription gml:id="grey"> <gml:boundedBy> <gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/3857" axisLabels="x y" uomLabels="m m" srsDimension="2"> <gml:lowerCorner>100 50</gml:lowerCorner> <gml:upperCorner>500 350</gml:upperCorner> </gml:Envelope> </gml:boundedBy> <wcs:CoverageId>grey</wcs:CoverageId> <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>x y</gml:axisLabels> <gml:origin> <gml:Point gml:id="grid_origin_grey" srsName="http://www.opengis.net/def/crs/EPSG/0/3857"> <gml:pos>105 345</gml:pos> </gml:Point> </gml:origin> <gml:offsetVector srsName="http://www.opengis.net/def/crs/EPSG/0/3857">10 0</gml:offsetVector> <gml:offsetVector srsName="http://www.opengis.net/def/crs/EPSG/0/3857">0 -10</gml:offsetVector> </gml:RectifiedGrid> </gml:domainSet> <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> <wcs:ServiceParameters> <wcs:CoverageSubtype>RectifiedGridCoverage</wcs:CoverageSubtype> <wcs:CoverageSubtypeParent> <wcs:CoverageSubtype>AbstractDiscreteCoverage</wcs:CoverageSubtype> <wcs:CoverageSubtypeParent> <wcs:CoverageSubtype>AbstractCoverage</wcs:CoverageSubtype> </wcs:CoverageSubtypeParent> </wcs:CoverageSubtypeParent> <wcs:nativeFormat>image/tiff</wcs:nativeFormat> </wcs:ServiceParameters> </wcs:CoverageDescription> </wcs:CoverageDescriptions>