|
SRM Reference Manual
Types SRM_PS_SRF_Parameters |
|---|
/*! * STRUCT: SRM_PS_SRF_Parameters * * Polar Stereographic (PS) SRF Parameters are used as a means * of specifying the PS spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_ORM_Parameters | orm_params; | |
| SRM_PS_Parameters | ps_params; |
|