|
MISR Toolkit
1.5.1
|
#include "MisrMapQuery.h"#include "MisrUtil.h"#include "MisrCoordQuery.h"#include <stdlib.h>#include <math.h>Go to the source code of this file.
Functions | |
| MTKt_status | MtkGCTPCreateLatLon (const MTKt_GenericMapInfo *Map_info, const MTKt_GCTPProjInfo *Proj_info, MTKt_DataBuffer *Latitude, MTKt_DataBuffer *Longitude) |
| Create an array of latitude and longitude values corresponding to each pixel in the given map. More... | |
| MTKt_status MtkGCTPCreateLatLon | ( | const MTKt_GenericMapInfo * | Map_info, |
| const MTKt_GCTPProjInfo * | Proj_info, | ||
| MTKt_DataBuffer * | Latitude, | ||
| MTKt_DataBuffer * | Longitude | ||
| ) |
Create an array of latitude and longitude values corresponding to each pixel in the given map.
| [in] | Map_info | Map information. |
| [in] | Proj_info | Projection information. |
| [out] | Latitude | Latitude values. |
| [out] | Longitude | Longitude values. |
Definition at line 36 of file MtkGCTPCreateLatLon.c.