|
MISR Toolkit
1.5.1
|
#include "MisrReadData.h"#include "MisrProjParam.h"#include "MisrMapQuery.h"#include "MisrCoordQuery.h"#include "MisrUtil.h"#include "MisrError.h"Go to the source code of this file.
Functions | |
| MTKt_status | MtkCreateLatLon (MTKt_MapInfo mapinfo, MTKt_DataBuffer *latbuf, MTKt_DataBuffer *lonbuf) |
| Creates a 2-D latitude buffer and a 2-D longitude buffer in decimal degrees corresponding to the data plane described by the mapinfo argument given a mapinfo structure. More... | |
| MTKt_status MtkCreateLatLon | ( | MTKt_MapInfo | mapinfo, |
| MTKt_DataBuffer * | latbuf, | ||
| MTKt_DataBuffer * | lonbuf | ||
| ) |
Creates a 2-D latitude buffer and a 2-D longitude buffer in decimal degrees corresponding to the data plane described by the mapinfo argument given a mapinfo structure.
| [in] | mapinfo | Mapinfo |
| [out] | latbuf | Latitude data buffer |
| [out] | lonbuf | Longitue data buffer |
Definition at line 48 of file MtkCreateLatLon.c.