55 if (path < 1 || path > 233)
59 if (lrc_som_x < ulc_som_x)
63 if (lrc_som_y < ulc_som_y)
68 ctr_som_x = ulc_som_x + ((lrc_som_x - ulc_som_x) / 2.0);
69 ctr_som_y = ulc_som_y + ((lrc_som_y - ulc_som_y) / 2.0);
#define MTK_ERR_CODE_JUMP(code)
MTKt_status MtkSomXYToLatLon(int path, double som_x, double som_y, double *lat_dd, double *lon_dd)
Convert SOM X, SOM Y to decimal degrees latitude and longitude.
#define MTK_ERR_COND_JUMP(code)
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.