|
SRM Reference Manual
Types SRM_Mercator_SRF_Parameters |
|---|
/*! * STRUCT: SRM_Mercator_SRF_Parameters * * Mercator (M) SRF Parameters are used as a means of * specifying the M spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_ORM_Parameters | orm_params; | |
| SRM_Mercator_Parameters | mercator_params; |
|