|
SRM Reference Manual
Types SRM_LCC_SRF_Parameters |
|---|
/*! * STRUCT: SRM_LCC_SRF_Parameters * * Lambert Conformal Conic (LCC) SRF Parameters are used as a means of * specifying the LCC spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_ORM_Parameters | orm_params; | |
| SRM_LCC_Parameters | lcc_params; |
|