|
SRM Reference Manual
Types SRM_OM_SRF_Parameters |
|---|
/*! * STRUCT: SRM_OM_SRF_Parameters * * Oblique Mercator (OM) SRF Parameters are used as a means of * specifying the OM spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_ORM_Parameters | orm_params; | |
| SRM_OM_Parameters | om_params; |
|