SRM Reference Manual
Types
SRM_Oblique_Mercator_Parameters
/*!
 * STRUCT: SRM_Oblique_Mercator_Parameters
 *
 *  Oblique Mercator (OM) Parameters are used as a means of
 *  specifying the OM spatial coordinate systems
 */
typedef struct
{

SRM_Long_Float longitude1;
SRM_Long_Float latitude1;
SRM_Long_Float longitude2;
SRM_Long_Float latitude2;
SRM_Long_Float central_scale;
SRM_Long_Float false_easting;
SRM_Long_Float false_northing;
} SRM_Oblique_Mercator_Parameters;



Prev: SRM_Object_Reference. Next: SRM_ORM_Code.


Return to: Top of this Page, Type Index