|
MISR Toolkit
1.5.1
|
#include "MisrSetRegion.h"#include "MisrError.h"#include "MisrUtil.h"#include <string.h>#include <strings.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| MTKt_status | MtkSetRegionByLatLonExtent (double ctr_lat_dd, double ctr_lon_dd, double lat_extent, double lon_extent, const char *extent_units, MTKt_Region *region) |
| Select region by latitude, longitude in decimal degrees, and extent in specified units of degrees, meters, kilometers, or pixels. More... | |
| MTKt_status MtkSetRegionByLatLonExtent | ( | double | ctr_lat_dd, |
| double | ctr_lon_dd, | ||
| double | lat_extent, | ||
| double | lon_extent, | ||
| const char * | extent_units, | ||
| MTKt_Region * | region | ||
| ) |
Select region by latitude, longitude in decimal degrees, and extent in specified units of degrees, meters, kilometers, or pixels.
The parameter extent_units is a case insensitive string that can be set to one of the following values:
| [in] | ctr_lat_dd | Latitude |
| [in] | ctr_lon_dd | Longitude |
| [in] | lat_extent | Latitude Extent |
| [in] | lon_extent | Longitude Extent |
| [in] | extent_units | Extent Units (ex. degrees, deg, dd, meters, m, kilometer, km, 275m, 1.1km) |
| [out] | region | Region |
Definition at line 77 of file MtkSetRegionByLatLonExtent.c.