MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkLatLonToLS (MTKt_MapInfo mapinfo, double lat_dd, double lon_dd, float *line, float *sample) |
Convert decimal degrees latitude and longitude to line, sample. More... | |
MTKt_status MtkLatLonToLS | ( | MTKt_MapInfo | mapinfo, |
double | lat_dd, | ||
double | lon_dd, | ||
float * | line, | ||
float * | sample | ||
) |
Convert decimal degrees latitude and longitude to line, sample.
[in] | mapinfo | Map Info |
[in] | lat_dd | Latitude |
[in] | lon_dd | Longitude |
[out] | line | Line |
[out] | sample | Sample |
Definition at line 33 of file MtkLatLonToLS.c.