@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
12 lines (11 loc) • 617 B
text/xml
<wcs:GetCoverage xmlns:wcs="http://www.opengis.net/wcs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:scal="http://www.opengis.net/wcs/scaling/1.0" service="WCS" version="2.0.1" xsi:schemaLocation="http://www.opengis.net/wcs/scaling/1.0 http://schemas.opengis.net/wcs/scaling/1.0/wcsScal.xsd">
<wcs:Extension>
<scal:Scaling>
<scal:ScaleByFactor>
<scal:scaleFactor>2.0</scal:scaleFactor>
</scal:ScaleByFactor>
</scal:Scaling>
</wcs:Extension>
<wcs:CoverageId>C0001</wcs:CoverageId>
</wcs:GetCoverage>