SRM Reference Manual
Types
SRM_LCC_Parameters
/*!
 * STRUCT: SRM_LCC_Parameters
 *
 *  Lambert Conformal Conic (LCC) Parameters are used as a means of
 *  specifying the LCC spatial coordinate systems
 */
typedef struct
{

SRM_Long_Float origin_longitude;
SRM_Long_Float origin_latitude;
SRM_Long_Float latitude1;
SRM_Long_Float latitude2;
SRM_Long_Float false_easting;
SRM_Long_Float false_northing;
} SRM_LCC_Parameters;



Prev: SRM_Interval_Type. Next: SRM_LCE_3D_Parameters.


Return to: Top of this Page, Type Index