MISR Toolkit
1.5.1
|
#include "MisrSetRegion.h"
#include "MisrUtil.h"
#include <stdlib.h>
#include <math.h>
#include "MisrToolkit.h"
#include <proj.h>
Go to the source code of this file.
Functions | |
MTKt_status | MtkSetRegionByGenericMapInfo (const MTKt_GenericMapInfo *Map_info, const MTKt_GCTPProjInfo *Proj_info, int Path, MTKt_Region *Region) |
Create an MtkRegion structure that contains the given map. More... | |
MTKt_status MtkSetRegionByGenericMapInfo | ( | const MTKt_GenericMapInfo * | Map_info, |
const MTKt_GCTPProjInfo * | Proj_info, | ||
int | Path, | ||
MTKt_Region * | Region | ||
) |
Create an MtkRegion structure that contains the given map.
[in] | Map_info | Map information. |
[in] | Proj_info | Projection information. |
[in] | Path | Orbit path number. |
[out] | Region | Region |
Definition at line 37 of file MtkSetRegionByGenericMapInfo.c.