SRM Reference Manual
Types
SRM_Map_Projection_3D_Coordinate
/*!
 * STRUCT: SRM_Map_Projection_3D_Coordinate
 *
 *   This non-object data type specifies the 3D coordinate-components for
 *   map projection SRFTs.
 */
typedef struct
{

SRM_Long_Float easting;
SRM_Long_Float northing;
SRM_Long_Float ellipsoidal_height;
} SRM_Map_Projection_3D_Coordinate;



Prev: SRM_M_Parameters. Next: SRM_Map_Projection_Surface_Coordinate.


Return to: Top of this Page, Type Index