|
MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
| MTKt_status | MtkGCTPProjInfo (int Proj_code, int Sphere_code, int Zone_code, double Proj_param[15], MTKt_GCTPProjInfo *Proj_info) |
| Initialize a MTKt_GCTPProjInfo structure. More... | |
| MTKt_status MtkGCTPProjInfo | ( | int | Proj_code, |
| int | Sphere_code, | ||
| int | Zone_code, | ||
| double | Proj_param[15], | ||
| MTKt_GCTPProjInfo * | Proj_info | ||
| ) |
Initialize a MTKt_GCTPProjInfo structure.
| [in] | Proj_code | Projection code. |
| [in] | Sphere_code | Spheroid code. |
| [in] | Zone_code | UTM zone code (only applicable if Projection code is UTM |
| [in] | Proj_param | Projection parameters. |
| [out] | Proj_info | Projection information. |
Definition at line 35 of file MtkGCTPProjInfo.c.