|  | 1698 | || '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' || | 
          
            |  | 1699 | || !ReferenceableGridCoverage  || !ReferenceableGridByArray || SpatialCRS || 3D || | 
          
            |  | 1700 |  | 
          
            |  | 1701 | * WCS trimming: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300)...`'' | 
          
            |  | 1702 | {{{ | 
          
            |  | 1703 | #!xml | 
          
            |  | 1704 | <domainSet> | 
          
            |  | 1705 | <ReferenceableGridByArray gml:id="5c-SO_t" dimension="2" uomLabels="DMSH DMSH metre" srsDimension="3" | 
          
            |  | 1706 | srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327"> | 
          
            |  | 1707 | <limits> | 
          
            |  | 1708 | <GridEnvelope> | 
          
            |  | 1709 | <low>0 0</low> | 
          
            |  | 1710 | <high>2 3</high> | 
          
            |  | 1711 | </GridEnvelope> | 
          
            |  | 1712 | </limits> | 
          
            |  | 1713 | <axisLabels>0 1</axisLabels> | 
          
            |  | 1714 | <posList> | 
          
            |  | 1715 | 40.1 9.2 200   40.1 9.3 200   40.3 9.5 200 | 
          
            |  | 1716 | 40.1 9.3 240   40.3 9.5 240   40.4 9.7 240 | 
          
            |  | 1717 | 40.4 9.4 245   40.7 9.7 245   40.8 9.8 245 | 
          
            |  | 1718 | 40.6 9.5 290   40.8 9.7 290   40.9 9.9 290 | 
          
            |  | 1719 | </posList> | 
          
            |  | 1720 | <sequenceRule axisOrder="+1 +2">Linear</sequenceRule> | 
          
            |  | 1721 | </ReferenceableGridByArray> | 
          
            |  | 1722 | <\domainSet> | 
          
            |  | 1723 | }}} | 
          
            |  | 1724 | * WCS slicing (S): ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(240)...`'' | 
          
            |  | 1725 | {{{ | 
          
            |  | 1726 | #!xml | 
          
            |  | 1727 | <domainSet> | 
          
            |  | 1728 | <ReferenceableGridByArray gml:id="5c-SO_s" dimension="1" uomLabels="DMSH DMSH metre" srsDimension="3" | 
          
            |  | 1729 | srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327"> | 
          
            |  | 1730 | <limits> | 
          
            |  | 1731 | <GridEnvelope> | 
          
            |  | 1732 | <low>0</low> | 
          
            |  | 1733 | <high>3</high> | 
          
            |  | 1734 | </GridEnvelope> | 
          
            |  | 1735 | </limits> | 
          
            |  | 1736 | <axisLabels>1</axisLabels> | 
          
            |  | 1737 | <posList> | 
          
            |  | 1738 | 40.1 9.3 240   40.3 9.5 240   40.4 9.7 240 | 
          
            |  | 1739 | </posList> | 
          
            |  | 1740 | <sequenceRule axisOrder="+1">Linear</sequenceRule> | 
          
            |  | 1741 | </ReferenceableGridByArray> | 
          
            |  | 1742 | <\domainSet> | 
          
            |  | 1743 | }}} | 
          
            |  | 1744 |  |