|
MISR Toolkit
1.5.1
|
#include "MisrMapQuery.h"#include "MisrCoordQuery.h"#include "MisrUnitConv.h"#include "MisrError.h"#include "proj.h"#include "gctp_prototypes.h"#include "math.h"Go to the source code of this file.
Functions | |
| MTKt_status | MtkLatLonToLSAry (MTKt_MapInfo mapinfo, int nelement, const double *lat_dd, const double *lon_dd, float *line, float *sample) |
| Convert array of decimal degrees latitude and longitude to array of line, sample. More... | |
| MTKt_status MtkLatLonToLSAry | ( | MTKt_MapInfo | mapinfo, |
| int | nelement, | ||
| const double * | lat_dd, | ||
| const double * | lon_dd, | ||
| float * | line, | ||
| float * | sample | ||
| ) |
Convert array of decimal degrees latitude and longitude to array of line, sample.
| [in] | mapinfo | Map Info |
| [in] | nelement | Number of elements |
| [in] | lat_dd | Latitude |
| [in] | lon_dd | Longitude |
| [out] | line | Line |
| [out] | sample | Sample |
Definition at line 43 of file MtkLatLonToLSAry.c.