|
SRM Reference Manual
Types SRM_SRFT_Code |
|---|
/*! * REGISTERABLE ENUM: SRM_SRFT_Code * * SRF Template Codes */ typedef SRM_Integer SRM_SRFT_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SRM_SRFT_UNDEFINED | Undefined. |
0 |
| SRM_SRFT_CELESTIOCENTRIC | Celestiocentric SRF. The generalization of geocentric spatial reference frames to include non-Earth objects. |
1 |
| SRM_SRFT_LOCAL_SPACE_RECT_3D | Local space rectangular 3D SRF. A 3D Euclidean spatial reference frame for an abstract space. |
2 |
| SRM_SRFT_CELESTIODETIC | Celestiodetic SRF. The generalization of geodetic SRFs to include non-Earth objects. |
3 |
| SRM_SRFT_PLANETODETIC | Planetodetic SRF. Similar to celestiodetic SRF with reversed sign for longitude. |
4 |
| SRM_SRFT_LOCAL_TANGENT_SPACE_EUCLIDEAN | Local tangent space Euclidean SRF. Euclidean 3D spatial CS with the zero 3^(rd)-coordinate component surface that is tangent to the oblate ellipsoid RD and with the CS natural origin at the tangent point. |
5 |
| SRM_SRFT_LOCAL_TANGENT_SPACE_AZIMUTHAL_SPHERICAL | Local tangent space azimuthal spherical SRF. Azimuthal spherical spatial CS with the zero 3^(rd)-coordinate component surface that is tangent to the oblate ellipsoid RD and with the CS natural origin at the tangent point. |
6 |
| SRM_SRFT_LOCAL_TANGENT_SPACE_CYLINDRICAL | Local tangent space cylindrical SRF. Cylindrical spatial CS with the zero 3^(rd)-coordinate component surface that is tangent to the oblate ellipsoid RD and with the CS natural origin at the tangent point. |
7 |
| SRM_SRFT_CELESTIOMAGNETIC | Celestiomagnetic SRF. A spherical CS based SRF aligned with the magnetic dipole of a celestial object. |
8 |
| SRM_SRFT_EQUATORIAL_INERTIAL | Equatorial inertial SRF. A spherical CS based SRF aligned with the equator of a planet and the direction to the Sun at the vernal equinox (at a specified epoch). |
9 |
| SRM_SRFT_SOLAR_ECLIPTIC | Solar ecliptic SRF. A spherical CS based SRF aligned with the ecliptic plane of a planet and the direction to the Sun. |
10 |
| SRM_SRFT_SOLAR_EQUATORIAL | Solar equatorial SRF. A spherical CS based planet centred SRF aligned with the ecliptic plane of a planet and the rotational axis of the Sun. |
11 |
| SRM_SRFT_SOLAR_MAGNETIC_ECLIPTIC | Solar magnetic ecliptic SRF. A Euclidean 3D CS based planet centred SRF aligned with the direction to the Sun and the plane formed with that direction and the magnetic dipole of the planet. |
12 |
| SRM_SRFT_SOLAR_MAGNETIC_DIPOLE | Solar magnetic dipole SRF. A Euclidean 3D CS based planet centred SRF aligned with the z-axis aligned with the magnetic dipole and the xz-plane containing the Sun. |
13 |
| SRM_SRFT_HELIOSPHERIC_ARIES_ECLIPTIC | Heliospheric Aries ecliptic SRF. |
14 |
| SRM_SRFT_HELIOSPHERIC_EARTH_ECLIPTIC | Heliospheric Earth ecliptic SRF. |
15 |
| SRM_SRFT_HELIOSPHERIC_EARTH_EQUATORIAL | Heliospheric Earth equatorial SRF. |
16 |
| SRM_SRFT_MERCATOR | Mercator SRF. |
17 |
| SRM_SRFT_OBLIQUE_MERCATOR_SPHERICAL | Oblique Mercator spherical SRF. |
18 |
| SRM_SRFT_TRANSVERSE_MERCATOR | Transverse Mercator SRF. |
19 |
| SRM_SRFT_LAMBERT_CONFORMAL_CONIC | Lambert conformal conic SRF. |
20 |
| SRM_SRFT_POLAR_STEREOGRAPHIC | Polar stereographic SRF. |
21 |
| SRM_SRFT_EQUIDISTANT_CYLINDRICAL | Equidistant cylindrical SRF. |
22 |
| SRM_SRFT_LOCAL_SPACE_RECT_2D | Local space rectangular 2D SRF. |
23 |
| SRM_SRFT_LOCAL_SPACE_AZIMUTHAL | Local space zimuthal SRF. An azimuthal CS based SRF for 2D abstract space. |
24 |
| SRM_SRFT_LOCAL_SPACE_POLAR | Local space polar SRF. A polar CS based SRF for 2D abstract space. |
25 |
|