Changes between Version 14 and Version 15 of GridTopologies


Ignore:
Timestamp:
Apr 17, 2013, 8:47:44 PM (11 years ago)
Author:
Piero Campalani
Comment:

partial update - case5a

Legend:

Unmodified
Added
Removed
Modified
  • GridTopologies

    v14 v15  
    15181518===== 5a-SO =====
    15191519
     1520|| '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' ||
     1521|| !RectifiedGridCoverage  || !RectifiedGrid || SpatialCRS || 3D ||
     1522
     1523  * WCS trimming: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300)...`''
     1524{{{
     1525#!xml
     1526<domainSet>
     1527  <RectifiedGrid id="5a-SO-t" dimension="2" uomLabels="DMSH DMSH metre" srsDimension="3"
     1528   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1529    <limits>
     1530      <GridEnvelope>
     1531        <low>0 0</low>
     1532        <high>2 3</high>
     1533      </GridEnvelope>
     1534    </limits>
     1535    <axisLabels>0 1</axisLabels>
     1536    <origin>
     1537      <Point id="O">
     1538        <pos>40 9 200</pos>
     1539      </Point>
     1540    </origin>
     1541    <!-- assume the grid is aligned with horizontal axes (XY-plane view is an aligned rectangle) -->
     1542    <offsetVector>0.05   0  0</offsetVector>
     1543    <offsetVector>   0 0.5 50</offsetVector>
     1544  </RectifiedGrid>
     1545</domainSet>
     1546}}}
     1547  * WCS slicing: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200)...`''
     1548{{{
     1549#!xml
     1550<domainSet>
     1551  <RectifiedGrid id="5a-SO-s" dimension="2" uomLabels="DMSH DMSH metre" srsDimension="3"
     1552   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1553    <limits>
     1554      <GridEnvelope>
     1555        <low>0 0</low>
     1556        <high>2 0</high>
     1557      </GridEnvelope>
     1558    </limits>
     1559    <axisLabels>0 1</axisLabels>
     1560    <origin>
     1561      <Point id="O">
     1562        <pos>40 9 200</pos>
     1563      </Point>
     1564    </origin>
     1565    <!-- assume the grid is aligned with horizontal axes (XY-plane view is an aligned rectangle) -->
     1566    <offsetVector>0.05    0  0</offsetVector>
     1567    <offsetVector>   0 0.03 50</offsetVector>
     1568  </RectifiedGrid>
     1569</domainSet>
     1570}}}
     1571
    15201572[#TopologiesIndex Up ]
    15211573
     
    15411593
    15421594===== 5b-SO =====
     1595|| '''GML coverage type''' || '''GML domainSet''' || '''native CRS''' ||  '''CRS dim''' ||
     1596|| !ReferenceableGridCoverage  || !ReferenceableGridByVectors || SpatialCRS || 3D ||
     1597
     1598  * WCS trimming: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200,300)...`''
     1599{{{
     1600#!xml
     1601<domainSet>
     1602  <ReferenceableGridByVectors id="5b-SO_t" dimension="2" uomLabels="DMSH DMSH metre" srsDimension="3"
     1603   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1604    <limits>
     1605      <GridEnvelope>
     1606        <low>0 0</low>
     1607        <high>2 3</high>
     1608      </GridEnvelope>
     1609    </limits>
     1610    <axisLabels>0 1</axisLabels>
     1611    <origin>
     1612      <Point id="O">
     1613        <pos>40 9 200</pos>
     1614      </Point>
     1615    </origin>
     1616    <!-- assume the grid is aligned with horizontal axes (XY-plane view is an aligned rectangle) -->
     1617    <generalGridAxis>
     1618      <GeneralGridAxis>
     1619        <offsetVector>0.05 0 0</offsetVector>
     1620        <coefficients>0 1 3</coefficients>
     1621        <gridAxesSpanned>0</gridAxesSpanned>
     1622        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1623      </GeneralGridAxis>
     1624    </generalGridAxis>
     1625    <generalGridAxis>
     1626      <GeneralGridAxis>
     1627        <offsetVector>0 0.03 50</offsetVector>
     1628        <coefficients>0 3 6 8</coefficients>
     1629        <gridAxesSpanned>1</gridAxesSpanned>
     1630        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1631      </GeneralGridAxis>
     1632    </generalGridAxis>
     1633  </ReferenceableGridByVectors>
     1634</domainSet>
     1635}}}
     1636  * WCS slicing: ''`...subset=Lat(40,41),subset=Long(9,10),subset=h(200)...`''
     1637{{{
     1638#!xml
     1639<domainSet>
     1640  <ReferenceableGridByVectors id="5b-SO_t" dimension="2" uomLabels="DMSH DMSH metre" srsDimension="3"
     1641   srsName="http://kahlua.eecs.jacobs-university.de:8080/def/crs/EPSG/0/4327">
     1642    <limits>
     1643      <GridEnvelope>
     1644        <low>0 0</low>
     1645        <high>2 0</high>
     1646      </GridEnvelope>
     1647    </limits>
     1648    <axisLabels>0 1</axisLabels>
     1649    <origin>
     1650      <Point id="O">
     1651        <pos>40 9 200</pos>
     1652      </Point>
     1653    </origin>
     1654    <!-- assume the grid is aligned with horizontal axes (XY-plane view is an aligned rectangle) -->
     1655    <generalGridAxis>
     1656      <GeneralGridAxis>
     1657        <offsetVector>0.05 0 0</offsetVector>
     1658        <coefficients>0 1 3</coefficients>
     1659        <gridAxesSpanned>0</gridAxesSpanned>
     1660        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1661      </GeneralGridAxis>
     1662    </generalGridAxis>
     1663    <generalGridAxis>
     1664      <GeneralGridAxis>
     1665        <offsetVector>0 0.03 50</offsetVector>
     1666        <coefficients>0</coefficients>
     1667        <gridAxesSpanned>1</gridAxesSpanned>
     1668        <sequenceRule axisOrder="+1">Linear</sequenceRule>
     1669      </GeneralGridAxis>
     1670    </generalGridAxis>
     1671  </ReferenceableGridByVectors>
     1672</domainSet>
     1673}}}
    15431674
    15441675[#TopologiesIndex Up ]