|
SRM Reference Manual
Types SRM_CS_Code |
|---|
/*! * REGISTERABLE ENUM: SRM_CS_Code * * Coordinate Systems */ typedef SRM_Integer SRM_CS_Code;
| Enumerant | Definition | Value |
|---|---|---|
| SRM_CS_UNDEFINED | Undefined. |
0 |
| SRM_CS_EUCLIDEAN_3D | Euclidean 3D. |
1 |
| SRM_CS_LOCOCENTRIC_EUCLIDEAN_3D | Localized Euclidean 3D. |
2 |
| SRM_CS_SPHERICAL | Spherical. |
3 |
| SRM_CS_LOCOCENTRIC_SPHERICAL | Localized spherical. |
4 |
| SRM_CS_AZIMUTHAL_SPHERICAL | Azimuthal spherical. |
5 |
| SRM_CS_LOCOCENTRIC_AZIMUTHAL_SPHERICAL | Localized azimuthal spherical. |
6 |
| SRM_CS_GEODETIC | Geodetic 3D. |
7 |
| SRM_CS_PLANETODETIC | Planetocentric 3D. Geodetic 3D with longitude in opposite direction. |
8 |
| SRM_CS_CYLINDRICAL | Cylindrical. |
9 |
| SRM_CS_LOCOCENTRIC_CYLINDRICAL | Localized cylindrical. |
10 |
| SRM_CS_MERCATOR | Mercator and augmented Mercator. |
11 |
| SRM_CS_OBLIQUE_MERCATOR_SPHERICAL | Oblique Mercator projection of a sphere. |
12 |
| SRM_CS_TRANSVERSE_MERCATOR | Transverse Mercator and augmented transverse Mercator. |
13 |
| SRM_CS_LAMBERT_CONFORMAL_CONIC | Lambert conformal conic and augmented Lambert conformal conic. |
14 |
| SRM_CS_POLAR_STEREOGRAPHIC | Polar stereographic and augmented polar stereographic. |
15 |
| SRM_CS_EQUIDISTANT_CYLINDRICAL | Equidistant cylindrical and augmented equidistant cylindrical. |
16 |
| SRM_CS_SURFACE_GEODETIC | Surface geodetic. |
17 |
| SRM_CS_SURFACE_PLANETODETIC | Surface planetocentric. Surface geodetic with longitude in opposite direction. |
18 |
| SRM_CS_LOCOCENTRIC_SURFACE_EUCLIDEAN | Localization of Euclidean 2D CS into 3D position space. |
19 |
| SRM_CS_LOCOCENTRIC_SURFACE_AZIMUTHAL | Localization of azimuthal CS into 3D position space. |
20 |
| SRM_CS_LOCOCENTRIC_SURFACE_POLAR | Localization of polar CS into 3D position space. |
21 |
| SRM_CS_EUCLIDEAN_2D | Euclidean 2D. |
22 |
| SRM_CS_LOCOCENTRIC_EUCLIDEAN_2D | Localized Euclidean 2D. |
23 |
| SRM_CS_AZIMUTHAL | Azimuthal. |
24 |
| SRM_CS_LOCOCENTRIC_AZIMUTHAL | Localization of azimuthal CS. |
25 |
| SRM_CS_POLAR | Polar. |
26 |
| SRM_CS_LOCOCENTRIC_POLAR | Localized polar. |
27 |
| SRM_CS_EUCLIDEAN_1D | Euclidean 1D. |
28 |
|