| 25 | == Parameter Definition == |
| 26 | |
| 27 | {{{ |
| 28 | GeogTOWGS84GeoKey |
| 29 | |
| 30 | KeyID = 2062 |
| 31 | Type = 3/7 * DOUBLE |
| 32 | Values = dX, dY, dZ, Rx, Ry, Rz, dS |
| 33 | }}} |
| 34 | |
| 35 | This key allows the specification of a position vector 7 parameter transformation (as defined by EPSG:9606) between the coordinate |
| 36 | reference system of the file and the WGS84 system. dX, dY and dZ define the translation vector and are given in meters. Rx, Ry and Rz define the rotation in seconds of an arc. dS is the scale correction expressed in parts per million. |
| 37 | |
| 38 | Note that there exists another 7 parameter transformation (the coordinate frame rotation, EPSG:9607) which differs from the method used |
| 39 | here only in the signs of the rotation parameters Rx, Ry, Rz. |
| 40 | |
| 41 | Also the more simple 3 parameter transformation (geocentric translation, EPSG:9603) can be expressed with this geokey by simply setting Rx, Ry, Rz and dS to zero. |
| 42 | |