SRM Reference Manual
Types
SRM_PS_Parameters
/*!
 * STRUCT: SRM_PS_Parameters
 *
 *  Polar Stereographic (PS) Parameters are used as a means
 *  of specifying the PS spatial coordinate systems
 */
typedef struct
{

SRM_Polar_Aspect polar_aspect;
SRM_Long_Float origin_longitude;
SRM_Long_Float central_scale;
SRM_Long_Float false_easting;
SRM_Long_Float false_northing;
} SRM_PS_Parameters;



Prev: SRM_Polar_Aspect. Next: SRM_RD_Code.


Return to: Top of this Page, Type Index