|
MISR Toolkit
1.5.1
|
#include "MisrSetRegion.h"#include "MisrCoordQuery.h"#include "MisrError.h"#include "MisrUtil.h"#include "MisrOrbitPath.h"Go to the source code of this file.
Functions | |
| MTKt_status | MtkSetRegionByPathSomUlcLrc (int path, double ulc_som_x, double ulc_som_y, double lrc_som_x, double lrc_som_y, MTKt_Region *region) |
| Select region by Path and SOM X/Y of upper left corner and lower right corner in meters. More... | |
| MTKt_status MtkSetRegionByPathSomUlcLrc | ( | int | path, |
| double | ulc_som_x, | ||
| double | ulc_som_y, | ||
| double | lrc_som_x, | ||
| double | lrc_som_y, | ||
| MTKt_Region * | region | ||
| ) |
Select region by Path and SOM X/Y of upper left corner and lower right corner in meters.
| [in] | path | Path |
| [in] | ulc_som_x | Upper left corner SOM X |
| [in] | ulc_som_y | Upper left corner SOM Y |
| [in] | lrc_som_x | Lower right corner SOM X |
| [in] | lrc_som_y | Lower right corner SOM Y |
| [out] | region | Region |
Definition at line 37 of file MtkSetRegionByPathSomUlcLrc.c.