/*
* ENUM: SRM_SRF_2D_ENUM
*
* All valid 2D spatial reference frames (SRFs). Used within SE_COORD_2D and
* SE_SRF_2D_PARAMETERS to tell which 2D spatial reference frame is being
* referred to.
*
* See the Spatial Reference Model for details.
*/
| typedef | enum |
| { |
| SRM_GD_2D_SRF, | (notes) |
| SRM_EC_2D_SRF, | (notes) |
| SRM_PS_2D_SRF, | (notes) |
| SRM_LCC_2D_SRF, | (notes) |
| SRM_TM_2D_SRF, | (notes) |
| SRM_UTM_2D_SRF, | (notes) |
| SRM_LTP_2D_SRF, | (notes) |
| SRM_LSR_2D_SRF, | (notes) |
| SRM_M_2D_SRF, | (notes) |
| SRM_OM_2D_SRF, | (notes) |
| SRM_UPS_2D_SRF | (notes) |
} SRM_SRF_2D_ENUM;
Enumerator Notes
Geodetic (2D) Spatial Reference Frame
(ORM/ERM Global Surface Origin, Fixed)
Equidistant Cylindrical (2D) SRF
(Projection-based SRF; ORM/ERM Global Surface Origin)
Polar Stereographic (2D) SRF
(Projection-based SRF; ORM/ERM Global Surface Origin)
Lambert Conformal Conic (2D) SRF
(Projection-based SRF; ORM/ERM Global Surface Origin)
Transverse Mercator (2D) SRF
(Projection-based SRF; ORM/ERM Global Surface Origin)
Universal Transverse Mercator (2D) SRF
(A family of sixty 2D SRFs, one for each zone)
(Projection-based SRF; ORM/ERM Global Surface Origin)
Local Tangent Plane (2D) Spatial Reference Frame
(ORM/ERM Local Surface Origin, Fixed)
Local Space Rectangular (2D) SRF
(ORM-based SRF: Arbitrary ("point-of-interest") Origin)
Mercator (2D) SRF
(Projection-based SRF; ORM/ERM Global Surface Origin)
Oblique Mercator (2D) SRF
(Projection-based SRF; ORM/ERM Global Surface Origin)
Universal Polar Stereographic (2D) SRF
(A family of two 2D SRFs)
(Projection-based SRF; ORM/ERM Global Surface Origin)
Prev: SRM_SM_3D_PARAMETERS.
Next: SRM_SRF_2D_PARAMETERS.
Up:Index