|
MISR Toolkit
1.5.1
|
#include "MisrOrbitPath.h"#include "MisrCoordQuery.h"#include "MisrError.h"#include "MisrProjParam.h"#include <stdlib.h>Go to the source code of this file.
Functions | |
| MTKt_status | MtkLatLonToPathList (double lat_dd, double lon_dd, int *pathcnt, int **pathlist) |
| Get list of paths that cover a particular latitude and longitude. More... | |
| MTKt_status MtkLatLonToPathList | ( | double | lat_dd, |
| double | lon_dd, | ||
| int * | pathcnt, | ||
| int ** | pathlist | ||
| ) |
Get list of paths that cover a particular latitude and longitude.
pathlist | [in] | lat_dd | Latitude |
| [in] | lon_dd | Longitude |
| [out] | pathcnt | Path Count |
| [out] | pathlist | Path List |
Definition at line 38 of file MtkLatLonToPathList.c.